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