HI
 
 
I've been looking but all the things I seem to find are C#   :-(
 
 
Max
----- Original Message -----
Sent: Thursday, March 04, 2004 6:12 PM
Subject: RE: [msvc] Thread Pool

 

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?


_______________________________________________
msvc mailing list
[EMAIL PROTECTED]
See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.

Reply via email to