|
NAMEfifo2 - Create and manipulate pipe fifo channelsSYNOPSISpackage require Tclpackage require memchan fifo2 DESCRIPTIONThe command described here is only available in a not-yet released version of the package. Use the CVS to get the sources.
Memory channels created by fifo2 provide two read-only options which can be queried via the standard fconfigure command. These are
Note that the two lengths are switched for the channels of a pair. In other words, the number of bytes written for one of the channels is the number of bytes readable from the other end. As the channels generated by fifo2 grow as necessary they are always writable. This means that a writable fileevent-handler will fire continuously. The channels are also readable if they contain more than zero bytes. Under this conditions a readable fileevent-handler will fire continuously. SEE ALSOfifo, memchan, nullKEYWORDSchannel, fifo, i/o, in-memory channel, memchan, streamCOPYRIGHTCopyright (c) 1996-2003 Andreas Kupries <andreas_kupries@users.sourceforge.net>
Visit the GSP FreeBSD Man Page Interface. |