home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / wizards / 3786 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  1.2 KB

  1. Xref: sparky comp.unix.wizards:3786 comp.unix.programmer:4532 comp.unix.internals:1768
  2. Newsgroups: comp.unix.wizards,comp.unix.programmer,comp.unix.internals
  3. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!wupost!usc!sol.ctr.columbia.edu!destroyer!ncar!noao!rstevens
  4. From: rstevens@noao.edu (W. Richard Stevens)
  5. Subject: Re: Implementation of Sys V. based message queues
  6. Message-ID: <1992Sep3.232807.18181@noao.edu>
  7. Sender: news@noao.edu
  8. Nntp-Posting-Host: gemini.tuc.noao.edu
  9. Organization: National Optical Astronomy Observatories, Tucson, AZ, USA
  10. References: <32301@adm.brl.mil> <1992Sep1.155322.5522@panther.mot.com> <acourtny.715558246@unix1.tcd.ie>
  11. Date: Thu, 3 Sep 1992 23:28:07 GMT
  12. Lines: 12
  13.  
  14. >> I would like to be able to use select(2) to multiplex descriptor based
  15. >> objects (sockets) as well as the message queue.
  16. >
  17. > I could be mistaken, but my experience with using Sys V IPC with select()
  18. > is:  'aint no way...
  19.  
  20. Believe it or not, I just found out that AIX on the RS/6000 actually
  21. provides a function named select() with a different interface that
  22. actually lets you multiplex both descriptors and message queues.
  23. When I saw their interface I almost barfed.
  24.  
  25.     Rich Stevens  (rstevens@noao.edu)
  26.