[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Nonblocking stdio
- From: Lisa Parratt <lisa@...>
- Date: Fri, 05 May 2006 10:16:21 +0100
Diego Nehab wrote:
Unfortunately, on Windows, select only supports sockets.
This is highly misleading. Yes, select() only supports sockets on Windows.
However, that's simply because you're using the wrong function - you
should be using WaitForObjects(). When it comes to blocking on events,
Windows makes the Unix API look like the utter toy it is.
--
Lisa