I was wondering... Is it able to create a C++ program (console) which is able to communicate with processor where you could set how much processors are gonna work...I saw that kind of program at my friends computer and I think it could be very useful
Setting affinity requires system calls. It's something unrelated to the hardware. It's the kernel that decides on which core the next time slice of a process will run.
Setting affinity requires system calls. It's something unrelated to the hardware. It's the kernel that decides on which core the next time slice of a process will run.