From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ronald G Minnich To: 9fans@cse.psu.edu Subject: Re: [9fans] message passing.. sci programming In-Reply-To: <20010329170600.1C441199EB@mail.cse.psu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Thu, 29 Mar 2001 10:17:36 -0700 Topicbox-Message-UUID: 774764e2-eac9-11e9-9e20-41e7f4b1d025 On Thu, 29 Mar 2001 presotto@plan9.bell-labs.com wrote: > What semanitcs are you looking for with the messages? If it's > just n to 1 with in order delivery and message boundaries, you > can just use pipes bound into the file system. The reader does > the bind and then exports (via exportfs) his name space to every > system that wants to send him messages. Each party can do the same > to affect 2 way communication. No special tools necessary. I've been wondering about this. Does anyone know how much you lose in bandwidth over raw IL or TCP links? ron