On 11/19/10 9:48 AM, Vladislav Vaintroub wrote:
>>> > > end up with WaitForSingleObject in an optimized version.
>> >
>> > Asynchronous I/O is nice and all, but its not viable to change the
>> > server design to adapt to the pattern of overlapped I/O. We should be
>> > looking for alternative that fit our pattern, not the other way around.
> The only thing we can have is poll()..
and WSAEventSelect. This is the sad reality given the requirements. What
is more productive at this point is to move the discussion to about
whether we can exploit WSAEventSelect and WSAPoll to our benefit.
Regards,
Davi