Short: PIPE: like device, multiple readers. V2 Author: Matt Dillon Version: 2 Architecture: m68k-amigaos Source: Fish collection 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. An update to version on disk 432. Includes some source.