|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Multithreaded application on a MultiCPU/MultiCore machineHi there,
what happens if I write a multi-threaded application and run it on a multi-processor or multi-core machine? I mean: are all the threads executed on the same core/CPU the same? Or can they be executed on different CPUs/cores? Can you link me any documentation abou this issue? Thanks in advance and have a nice day, Giulio - Italia -- OnAir: Giulio Petrucci <faken***@fakedomain.com> wrote:
> what happens if I write a multi-threaded application and run it on a Yes, they can execute on different CPUs and cores. There'd be a lot > multi-processor or multi-core machine? I mean: are all the threads > executed on the same core/CPU the same? Or can they be executed on > different CPUs/cores? Can you link me any documentation abou this issue? less point in writing threaded applications if they couldn't make use of multi-core machines. -- Jon Skeet - <sk***@pobox.com> http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet If replying to the group, please do not mail me too |
|||||||||||||||||||||||