Re: Coroutines and blocking IO
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Coroutines and blocking IO
- From: Jon Smirl <jonsmirl@...>
- Date: 2006年1月26日 17:37:42 -0500
On 1/26/06, Diego Nehab <diego@tecgraf.puc-rio.br> wrote:
> First, on Win32, the select function call can only be used with sockets
> (sockets are not even file descriptors). Getting this to work
> transparently would require creating threads, which I didn't consider
> reasonable.
I'm not a Windows programmer but don't you use IO completion ports on
windows instead of select?
--
Jon Smirl
jonsmirl@gmail.com