Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!auspex.COM!guy From: guy@auspex.COM (Guy Harris) Newsgroups: comp.sys.apollo Subject: Re: IPC vs SOCKETS Message-ID: <8905161859.AA03064@auspex.com> Date: 16 May 89 18:59:06 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 18 Hi, thought others on this group would like to see this. fclim --- gbopoly1 % nusvm.bitnet @ cunyvm.cuny.edu computer centre singapore polytechnic dover road singapore 0513. ----------------------------Original message---------------------------- >System V (maybe Release 2 and above) No, Release 3 and above. >have a new machanism known as streams. This works across networks. No, streams itself doesn't work across networks. Streams isn't really an IPC mechanism in and of itself; it's a framework atop which IPC mechanisms can be built, some of which (e.g., TCP/IP, ISO protocols, etc.) work across networks.