Path to this page:
./
misc/team,
Portable multi-buffered tape streaming utility
Branch: pkgsrc-2015Q1,
Version: 3.1nb1,
Package name: team-3.1nb1,
Maintainer: pkgsrc-usersSubmitted-By: pcg@aber.ac.uk (Piercarlo Grandi)
Posting-Number: Volume 27, Issue 195
Archive-Name: team/part01
There exist a few filters that help tapes streams by buffering IO and
allowing reads to overlaps with writes under Unix. Most of these filters
rely on relatively unportable features, for example SYSV like shared
memory.
team is a filter that runs essentially unchanged on any Unix version, as
it relies only on features present in V7. A number of team processes
(team members) share a common input fd and a common output fd, and they
take turns at reading from the former and writing to the latter; they
synchronize by using a ring of pipes between them, where a "read-enable"
and a "write-enable" token circulate.
The team source is GPL'ed, and it comes with no warranty.
Master sites: (Expand)
SHA1: e294d0f8e229c0526126e3f99717e9b0096cee1f
RMD160: 07c9b540944a591b92bcf5021aa044e7c6ddd484
Filesize: 10.676 KB
Version history: (Expand)
- (2015-04-03) Package added to pkgsrc.se, version team-3.1nb1 (created)