Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Tranparent Distributed Processing: (3 Items)
   
Tranparent Distributed Processing  
Can i run 2 threads of the same process into 2 diferent CPU using TDP?
Re: Tranparent Distributed Processing  
On Sat, Apr 19, 2008 at 03:20:50PM -0400, Giovani Amianti wrote:
> Can i run 2 threads of the same process into 2 diferent CPU using TDP?

No. Two threads of the same process can run on different CPU in an SMP
system (since both CPU have access to the same memory). For TDP, each
CPU has its own individual memory so you can't run two threads from
the same process that way - they have to be in different processes.

-- 
Brian Stecher (bstecher@qnx.com)        QNX Software Systems
phone: +1 (613) 591-0931 (voice)        175 Terence Matthews Cr.
       +1 (613) 591-3579 (fax)          Kanata, Ontario, Canada K2M 1W8
Re: Tranparent Distributed Processing  
It is as i thought.
Thanks Brian.