Hi,
First question is:
I want to assign 8 threads to 8 processors (must one to one), when I initialize the thread, does it guarantee that each CPU has one thread?
or there can be some case such that 4 threads on one process and other 4 thread on 4 processors and 3 processors have no threads...