I'm developing a program in C++ for both POSIX-compatible systems and Windows(R) and was wondering:
- What is the best OS portable thread pool library? Or should I make my own?
- Is there any point of pooling more treads than there are physical processor cores?