Introduction - If you have any usage issues, please Google them yourself
Frequently used in the project in multi-threaded, a large number of clients to the server request, when the need to open up the thread to respond to customer requests, as a result of customer traffic is unpredictable, can come to a client request to open a new thread to respond to it? The answer is no, need to know to open up and withdrawal of the thread is the need to spend considerable time and resources, they make a lot of predecessors, the model out to solve this problem, including the use of thread pool (Thread Pooling) is a good idea . Thread pool in Windows2000 and its subsequent versions have had good support. Using the system thread pool mechanism provides considerable convenience
Packet : 91331955osthreadpool.rar filelist
VC中使用系统提供的线程池.txt