From mboxrd@z Thu Jan 1 00:00:00 1970 From: ron minnich To: 9fans@cse.psu.edu Subject: Re: [9fans] Fork: useless and painful? In-Reply-To: <85139cb0363c3b2b1f14746d68b9ff59@plan9.bell-labs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Fri, 11 Jul 2003 09:01:31 -0600 Topicbox-Message-UUID: f5ff563a-eacb-11e9-9e20-41e7f4b1d025 On Thu, 10 Jul 2003, 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. and if memory serves, sendto/recvfrom won't work on tcp sockets (they do on *bsd) so you not only need to have exact knowledge of it being a socket, and what type of socket it is. W32 is in many ways the evil counterexample to Plan 9. ron