T
Tony Johansson
Hi!
I will be sure that I have understood this correctly.
Assume you have a computer with two kernels and I run two additional threads
that run the same method
can then these two threads be executing fysically the exact same instruction
at the exact same time.
As fas as I understand this I mean you would still use the mechanism of
pre-emptive multitasking between these two threads.
I mean that you do have two threads executing at the same time but you still
use the mechanism of pre-emptive multitasking between them so at any singe
moment in time only one of these two threads is really executing an
instaruction while the other is waiting to get cpu time to continue
executing.
//Tony
I will be sure that I have understood this correctly.
Assume you have a computer with two kernels and I run two additional threads
that run the same method
can then these two threads be executing fysically the exact same instruction
at the exact same time.
As fas as I understand this I mean you would still use the mechanism of
pre-emptive multitasking between these two threads.
I mean that you do have two threads executing at the same time but you still
use the mechanism of pre-emptive multitasking between them so at any singe
moment in time only one of these two threads is really executing an
instaruction while the other is waiting to get cpu time to continue
executing.
//Tony