HI
 
How use them??  I'm more confused than anything...

At the moment I think that I can use QueueUserWorkItem to place an async
request on the CP, when the system gets around to it it will then process
that through a callback.  I think this would normally be used to connect
people to the server in an asynch mannor??

I then think that BindIoCompletionPort could be used to place a
WsaSend/WsaRe request on to the CP and that would then be processed by the
system for the normal work??
 
If thats is right - then I'm just looking for an example of using the API's
Well, honestly I'm a little bit dusty on thread pool issues.  I remember reading a good article on them in the MSDN (or maybe somewhere else) but unfortunately I can't find it now.  Maybe you can try googling for it?

Reply via email to