From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucio De Re To: 9fans@cse.psu.edu Subject: Re: [9fans] Fork: useless and painful? Message-ID: <20030714152401.A7106@cackle.proxima.alt.za> References: <006601c3471d$7a06de40$b9844051@insultant.net>, <85139cb0363c3b2b1f14746d68b9ff59@plan9.bell-labs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: ; from John Kodis on Mon, Jul 14, 2003 at 08:51:34AM +0000 Date: Mon, 14 Jul 2003 15:24:02 +0200 Topicbox-Message-UUID: f76e29ba-eacb-11e9-9e20-41e7f4b1d025 On Mon, Jul 14, 2003 at 08:51:34AM +0000, John Kodis wrote: > > In article <85139cb0363c3b2b1f14746d68b9ff59@plan9.bell-labs.com>, > David Presotto wrote: > > > Not to mention the fact that you have to send/receive on sockets > > and read/write on everything else so that an app has to check > > the type of any handles it is passed so that it can use the > > right calls. > > Nor to mention the fact that you have to pclose on process streams and > fclose on everything else so that an app has to check the type of any > streams it is passed so that it can use the right calls. I thought the object oriented paradigm would at least be able to hide that from the programmer. Weird... ++L