beginner winsock question
-
I'm using windows sockets in an application. On both the client and server I use WSAEventSelect() to register the events I'm going to handle. My question is when do the FD_READ and FD_WRITE events get triggered in relation to send() and recv()? I'm confused. Any help is appreciated. Thanks, Melinda
-
I'm using windows sockets in an application. On both the client and server I use WSAEventSelect() to register the events I'm going to handle. My question is when do the FD_READ and FD_WRITE events get triggered in relation to send() and recv()? I'm confused. Any help is appreciated. Thanks, Melinda
See if either of these two links help: http://tangentsoft.net/wskfaq/intermediate.html#asyncreliable http://tangentsoft.net/wskfaq/newbie.html#wouldblock
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?
-
I'm using windows sockets in an application. On both the client and server I use WSAEventSelect() to register the events I'm going to handle. My question is when do the FD_READ and FD_WRITE events get triggered in relation to send() and recv()? I'm confused. Any help is appreciated. Thanks, Melinda