home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / util / fifolib-37.4.lha.pi < prev    next >
Text File  |  1994-05-12  |  2KB  |  63 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. fifolib
  6. .type
  7. Library
  8. .short
  9. A general fifo library implementation
  10. .description
  11. FIFO: is like PIPE: but is based on fifo.library rather than its own
  12. implementation.  Fifo.library is a general fifo library implementation
  13. that supports named fifos, writing to a fifo from a hardware
  14. exception, multiple readers on a fifo with each getting the same data
  15. stream, efficient reading, and automatic or manual flow control.
  16. Programs that require non-blocking IO can access one side of a FIFO:
  17. connection via the fifo.library instead of the FIFO: device.
  18. .version
  19. 37.4
  20. .date
  21. .author
  22. Matt Dillon
  23. .restrictions
  24. .requirements
  25. .reference
  26. AmigaLibDisk588:FifoLib/
  27. 3.4
  28. AmigaLibDisk519:FifoLib/
  29. 3.1
  30. AmigaLibDisk488:FifoDev/
  31. 2.0
  32. .keywords
  33. .distribution
  34. Copyrighted but Freely Redistributable
  35. .price
  36. .address
  37. .email
  38. .phone
  39. .fax
  40. .exectype
  41. .installsize
  42. .source
  43. Includes source in C.
  44. .construction
  45. .tested
  46. .run
  47. .docs
  48. fifolib.doc
  49. fifo.doc
  50. .described-by
  51. Fred Fish (fnf@fishpond.cygnus.com)
  52. .contents
  53. FifoLib        FIFO: is like PIPE: but is based on fifo.library rather
  54.         than its own implementation.  Fifo.library is a general
  55.         fifo library implementation that supports named fifos,
  56.         writing to a fifo from a hardware exception, multiple
  57.         readers on a fifo with each getting the same data stream,
  58.         efficient reading, and automatic or manual flow control.
  59.         Programs that require non-blocking IO can access one side
  60.         of a FIFO: connection via the fifo.library instead of the
  61.         FIFO: device.  Version 37.3, includes source.
  62.         Author:  Matt Dillon
  63.