fcmartins wrote: > > vitamin wrote: > > > > What you might see on windows is a "fake" multi-threading - where same thread being switched from one core to another. > > > This doesn't make much sense to me. I guess you meant the same process being switched between cores? Processes don't use CPU, threads do. Process is just resource - memory, handles, etc. Thread is what actually being executed on a CPU. Each process has at least one thread.