I'm looking for a thread pool library in .NET
I've already got my own solution which supports all of these, but I'm not quite sure if it's the best implementation or not. So I want to look into other libraries.
This will be mainly used for HTTP Requests, so less CPU more response wait. That means 100 concurrent thread is acceptable.
The best i've seen recently is Jeffery Richter's PowerThreading library. You might also want to check out this Channel 9 video
The nice thing about the PowerThreading library is that it makes efficient use of the the ThreadPool by allowing a single thread to be shared across many requests.
Why not just use the .NET ThreadPool?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With