home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 5
/
FreshFish_July-August1994.bin
/
bbs
/
util
/
fifolib-37.4.lha.pi
< prev
next >
Wrap
Text File
|
1994-05-12
|
2KB
|
63 lines
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
fifolib
.type
Library
.short
A general fifo library implementation
.description
FIFO: is like PIPE: but is based on fifo.library rather than its own
implementation. Fifo.library is a general fifo library implementation
that supports named fifos, writing to a fifo from a hardware
exception, multiple readers on a fifo with each getting the same data
stream, efficient reading, and automatic or manual flow control.
Programs that require non-blocking IO can access one side of a FIFO:
connection via the fifo.library instead of the FIFO: device.
.version
37.4
.date
.author
Matt Dillon
.restrictions
.requirements
.reference
AmigaLibDisk588:FifoLib/
3.4
AmigaLibDisk519:FifoLib/
3.1
AmigaLibDisk488:FifoDev/
2.0
.keywords
.distribution
Copyrighted but Freely Redistributable
.price
.address
.email
.phone
.fax
.exectype
.installsize
.source
Includes source in C.
.construction
.tested
.run
.docs
fifolib.doc
fifo.doc
.described-by
Fred Fish (fnf@fishpond.cygnus.com)
.contents
FifoLib FIFO: is like PIPE: but is based on fifo.library rather
than its own implementation. Fifo.library is a general
fifo library implementation that supports named fifos,
writing to a fifo from a hardware exception, multiple
readers on a fifo with each getting the same data stream,
efficient reading, and automatic or manual flow control.
Programs that require non-blocking IO can access one side
of a FIFO: connection via the fifo.library instead of the
FIFO: device. Version 37.3, includes source.
Author: Matt Dillon