Which Socket model do you use for your Winsock applications? Personally, I usually use OVERLAPPED completion routines for most of what I do. I'm just curious to what everyone else is using.
Blocking Sockets
select()
WSAAsyncSelect()
WSAEventSelect()
OVERLAPPED event notification
OVERLAPPED completion routines
Completion Ports
Other?
This is a discussion on Winsock Socket Model within the Networking/Device Communication forums, part of the General Programming Boards category; Which Socket model do you use for your Winsock applications? Personally, I usually use OVERLAPPED completion routines for most of ...
Which Socket model do you use for your Winsock applications? Personally, I usually use OVERLAPPED completion routines for most of what I do. I'm just curious to what everyone else is using.
Last edited by Eibro; 07-08-2003 at 01:36 PM.
I'm with you on this one actually.