0
ThreadPool
Posted by lorenb on Oct 1, 2004 in projects
When I was doing my threading work yesterday at first I was just creating/destroying threads as I needed them. That however isn’t really the most efficient method. So I converted my code to use the ThreadPool class in System.Threading. The way it’s supposed to work, a default pool of 25 threads is created (you can [...]