where can I find some articles about the "Thread Pool"?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
The ultimate framework for thread programming is Douglas Schmidt's ACE library, which, among an impressive array of features, provides a thread pool. Anyway, ACE can probably be an overkill if you're planning to do a simple program. Sherwood Hu's A programming model to use a thread pool could be a simpler alternative. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo