0
kicks
How to set a thread's processor affinity in .NET
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.