Xref: utzoo comp.os.mach:518 comp.sys.next:7598 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!decwrl!shelby!portia.stanford.edu!portia!eran From: eran@adelbert12.stanford.edu (eran yehudai) Newsgroups: comp.os.mach,comp.sys.next Subject: Named pipes and Next Message-ID: Date: 11 Sep 90 22:39:20 GMT Sender: news@portia.Stanford.EDU (USENET News System) Distribution: comp Organization: Stanford Linear Accelerator Center Lines: 13 I am writing a utility that uses named pipes (created by 'mknod p name'). It works fine on suns, decs and even IBM aix. Only today I found out the NeXT (I'm not sure about Mach in general) does not support them, and I am looking for a simple alternative. Is there a *simple* way of creating an effective pipe between two independent processes? The Speaker Listener mechanism sounds about right, but I'd rather not go into objective C. Any ideas? -- Eran Yehudai eran@thsun1.slac.stanford.edu