Subj : Re: Dual core and Multithreading To : comp.programming.threads From : David Schwartz Date : Tue Sep 27 2005 05:02 am wrote in message news:1127810348.554592.262360@g47g2000cwa.googlegroups.com... > 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? That would depend upon the operating system and threading library. For what it's worth, I've never heard of a system that supported multiple processors and forced all threads of a process to use only one processor (unless specifically configured to do that). DS .