How to set a thread's processor affinity in .NET

added by remcomulder
2/3/2011 3:49:47 PM

151 Views

Efficient handling of concurrent execution is becoming more and more important in modern programming. This article explains a method that can be used to hard-lock an individual thread to run on a specific CPU core - giving tighter control over concurrency where performance is critical.


0 comments