home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / programm / 3830 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  1.1 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!mips!sdd.hp.com!usc!sol.ctr.columbia.edu!The-Star.honeywell.com!umn.edu!noc.msc.net!news.stolaf.edu!news.stolaf.edu!quanstro
  2. From: quanstro@lars.StOlaf.edu (goon)
  3. Newsgroups: comp.unix.programmer
  4. Subject: Re: Bidirectional Pipes
  5. Message-ID: <QUANSTRO.92Jul21142027@lars.StOlaf.edu>
  6. Date: 21 Jul 92 18:20:27 GMT
  7. References: <1992Jul13.175933.26213@dragon.acadiau.ca>
  8.     <5380@dsacg3.dsac.dla.mil> <1992Jul21.034220.22775@latcs1.lat.oz.au>
  9. Sender: news@news.stolaf.edu
  10. Organization: St. Olaf College, Northfield, MN USA
  11. Lines: 11
  12. In-Reply-To: wongm@latcs2.lat.oz.au's message of 21 Jul 92 03:42:20 GMT
  13.  
  14. In article <1992Jul21.034220.22775@latcs1.lat.oz.au> wongm@latcs2.lat.oz.au (M.C Wong) writes:
  15.  
  16.  
  17.    Hi, in Steven's Unix Network Programming, he suggests the use of
  18.    socketpair() system call to create a pair of unnamed bi-directional
  19.    stream socket. That book is a fantastic one, and I got it from erading
  20.    the news and some helpful people on the net ! Thanks!
  21.  
  22.  
  23. This is all cool, but not every version of unix supports this call.
  24. (For example, any non-BSD-related Unix)
  25.