C# thread pool limiting threads
Note: if you are limiting this to “3” just so you don’t overwhelm the machine running your app, I’d make sure this is a problem first. The threadpool is supposed to manage this for you. On the other hand, if you don’t want to overwhelm some other resource, then read on! You can’t manage the … Read more