Hi,

Anyone knows that if you create a multithread application and execute it into a multicore CPU, can the threads be executed into different CPUs?

I think yes because of the use of the shared cache memory.

What do you think?