How to limit a process to a single CPU core?
- by Jonathan
How do you limit a single process program run in a Windows environment to run only on a single CPU on a multi-core machine?
Is it the same between a windowed program and a command line program?
UPDATE:
Reason for doing this: benchmarking various programming languages aspects
I need something that would work from the very start of the process, therefore @akseli's answer, although great for other cases, doesn't solve my case