home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / softsys / andrew / 1381 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  966 b 

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.soft-sys.andrew
  4. Subject: Re: message queue with ATK
  5. Message-ID: <15537@auspex-gw.auspex.com>
  6. Date: 18 Nov 92 01:23:16 GMT
  7. References: <1992Nov17.163509.662@csi.uottawa.ca> <1992Nov17.234622.5623@adobe.com>
  8. Sender: news@auspex-gw.auspex.com
  9. Organization: Auspex Systems, Santa Clara
  10. Lines: 12
  11. Nntp-Posting-Host: auspex.auspex.com
  12.  
  13. >Or if you have SysVr4, you might try putmsg and getmsg on streams
  14.  
  15. On what *kind* of streams?  (I.e., STREAMS is a general framework; to do
  16. IPC on top of it, you need some particular thing that plugs into that
  17. framework.  There's probably something in SVR4 that'll do....)
  18.  
  19. >but I'm not sure how that stuff interacts with select.
  20.  
  21. "select()", in SVR4, is implemented atop "poll()", so anything that
  22. supports "poll()" - which should include anything implemented atop
  23. STREAMS - should work with "select()", modulo bugs in the "select()"
  24. implementation.
  25.