When I run an application, which spawns multiple threads, on an instance of a Windows Server virtual machine, which has multiple virtual processors, can I assume that the Windows Server Operating System (OS) will automatically allocate or map the multiple
threads that the application spawns to the multiple virtual processors in virtual machine? In particular, for example, can I assume that, when the application spawns 8 threads, the Windows Server OS will allocate/map each of these 8 threads to each of 8 virtual
processors in an 8-processor virtual machine instance?
↧
Mapping of threads to virtual processors
↧