HI
 
I'm looking at an IOCP type socket setup.  When I come to shut down the server I'm wondering what is the nest way to do it.  I haven't kept a list of sockets to shut down but the thread gets the right socket when waiting for the GetQueuedCompletionStatus for a normal socket operation.
 
However I wondering how to keep track of all the sockets so I can close then down later.
 
Regards
Max

Reply via email to