Hi,
I want to implement thread pooling for my multi threaded MFC application.
At present, my application creates one thread for each request. It slow downs the system. So I want queue the requests and then process them using some constant no of threads.
Regards
MJV




Reply With Quote