From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: John Kodis Message-ID: References: <006601c3471d$7a06de40$b9844051@insultant.net>, <85139cb0363c3b2b1f14746d68b9ff59@plan9.bell-labs.com> Subject: Re: [9fans] Fork: useless and painful? Date: Mon, 14 Jul 2003 08:51:34 +0000 Topicbox-Message-UUID: f7687880-eacb-11e9-9e20-41e7f4b1d025 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.