home *** CD-ROM | disk | FTP | other *** search
- 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
- From: quanstro@lars.StOlaf.edu (goon)
- Newsgroups: comp.unix.programmer
- Subject: Re: Bidirectional Pipes
- Message-ID: <QUANSTRO.92Jul21142027@lars.StOlaf.edu>
- Date: 21 Jul 92 18:20:27 GMT
- References: <1992Jul13.175933.26213@dragon.acadiau.ca>
- <5380@dsacg3.dsac.dla.mil> <1992Jul21.034220.22775@latcs1.lat.oz.au>
- Sender: news@news.stolaf.edu
- Organization: St. Olaf College, Northfield, MN USA
- Lines: 11
- In-Reply-To: wongm@latcs2.lat.oz.au's message of 21 Jul 92 03:42:20 GMT
-
- In article <1992Jul21.034220.22775@latcs1.lat.oz.au> wongm@latcs2.lat.oz.au (M.C Wong) writes:
-
-
- Hi, in Steven's Unix Network Programming, he suggests the use of
- socketpair() system call to create a pair of unnamed bi-directional
- stream socket. That book is a fantastic one, and I got it from erading
- the news and some helpful people on the net ! Thanks!
-
-
- This is all cool, but not every version of unix supports this call.
- (For example, any non-BSD-related Unix)
-