From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <006601c3471d$7a06de40$b9844051@insultant.net> From: "boyd, rounin" To: <9fans@cse.psu.edu> References: <5b68877f993232fb23394caf30309e12@plan9.bell-labs.com> <3F0DC049.7030300@place.org> Subject: Re: [9fans] Fork: useless and painful? MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Date: Thu, 10 Jul 2003 21:57:22 +0200 Topicbox-Message-UUID: f4011f6c-eacb-11e9-9e20-41e7f4b1d025 > Where is the joy in computing? Win32 is making me wonder. been there, done that. a repeat of SysVile (sic) R3: you could select on a socket or poll on a stream, but they would not interoperate on NT you need to call WaitForMultipleObjects() iirc and that doesn't work on WinShlock (sic) sockets etc, so you have to use a threaded implementation. for extra points, if the NT CreateSocket() call finds that you are _not_ WinShlock (sic) the call fails and returns -6 iirc.