Subj : Dual core and Multithreading To : comp.programming.threads From : donotcareaboutspam Date : Tue Sep 27 2005 02:39 am Is it possible for one single process consisting of two threads to let one thread run on one core and the other one on the other core? Or is there a limitation which allows the all the threads of one process to be executed on only one single core? .