application prog. and dual core

  • Thread starter Thread starter Leo Baumann
  • Start date Start date
L

Leo Baumann

Guest
Hello,

what is the trick to let work a dual core 64 bit-processor with 2 different
problems ? Two threads, is that right ?

Thanks ...

best regards Leo
 
Re: application prog. and dual core

On Sun, 23 Sep 2007 13:25:34 +0200, "Leo Baumann" <leo-baumann@t-online.de>
wrote:

>what is the trick to let work a dual core 64 bit-processor with 2 different
>problems ? Two threads, is that right ?


The tirck is that the programmer has to keep that in mind, and enable this
when compiling the program. You can't do anything about it.

jud
 
Re: application prog. and dual core

how stupid is the red star in simple non scientific formalities ...

"Jud Hendrix" <none@none.com> schrieb im Newsbeitrag
news:pfmcf3966sjc65nupb9fmme3t7l4a7g7t7@4ax.com...
> On Sun, 23 Sep 2007 13:25:34 +0200, "Leo Baumann"
> <leo-baumann@t-online.de>
> wrote:
>
>>what is the trick to let work a dual core 64 bit-processor with 2
>>different
>>problems ? Two threads, is that right ?

>
> The tirck is that the programmer has to keep that in mind, and enable this
> when compiling the program. You can't do anything about it.
>
> jud
 
Back
Top