|
|
||
|
Lisa Parratt wrote:
A clarification - the windows WaitForMultipleObjects call you refer to still has a limit of MAXIMUM_WAIT_OBJECTS handles : that number is, surprise surprise, 64.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.
Adrian