I have a Process that invoke Multiple threads( say 6 Thread) . What will be the impact of its performance once If I run it on a server machine with 6 CPU OR 4 CPU
What is the relation between Threads CPU and Cores inside each CPU.
I have read that, threads run in only different cores inside one CPU.is that true?