PDA

View Full Version : Thread pool


Syrinx
11-07-2004, 09:42 PM
Any simple solution to code a thread pool?MS provides an API to deal with thread pool,but the API has a very slow response.

Thanks

FTPServerTools
11-08-2004, 04:28 AM
What do you mean with slow? I asume you just use CreateThread

Syrinx
11-14-2004, 02:03 AM
The API is QueueUserWorkItem()

Syrinx
11-14-2004, 02:31 AM
Problem solved.I created a thread pool.