pkg://buffer-1.19-4mdv2008.0.i586.rpm:21825/HEADER
downloads
Name : buffer Relocations: (not relocateable)
Version : 1.19 Vendor: Mandriva
Release : 4mdv2008.0 Build Date: Sat Sep 1 01:43:39 2007
Install date: (not installed) Build Host: n5.mandriva.com
Group : Archiving/Backup Source RPM: buffer-1.19-4mdv2008.0.src.rpm
Size : 37954 License: GPL
Packager : Bruno Cornec <bcornec@mandriva.org>
Summary : General purpose buffer program
Description :
This is a program designed to speed up writing tapes on remote tape
drives. After startup it splits itself into two processes. The first
process reads (and reblocks) from stdin into a shared memory buffer.
The second writes from the shared memory buffer to stdout. Doing it this way
means that the writing side effectly sits in a tight write loop and
doesn't have to wait for input. Similarly for the input side. It is
this waiting that slows down other reblocking processes, like dd.