Distributing Work across Cores using .NET

The easiest way in C# using .NET 3.5 to distribute work across cores is to use the ThreadPool static class. I found however, it wasn't quite as effective as it could be so I rolled my own.



February 08, 2010
URL:http://www.drdobbs.com/windows/distributing-work-across-cores-using-net/228700711

Terms of Service | Privacy Statement | Copyright © 2024 UBM Tech, All rights reserved.