Posted by: kahgoh on: 30 October, 2008
A thread pool helps to constrain the number of threads that may be running in an application at any one time. As threads require system resources, having too many threads executing simultaneously will negatively impact [...]