I am looking for a good and stable threadpool library for C++ that\'s fairly well documented. I know about the Native Windows thread pool API and the newer Vista Thread Poo
There's also ACE which does thread-pooling over networks, so it's a fair bit more complex. (but deserves mentioning here, IMO)