I want my program to open some other processes, and one of the requirements of the project is that each process opened can only be run on a single core.
I know that a specific processor can be picked with processorAffinity but is it possible to set a maximum number of cores (in my case 1)?