0
votes
How can an app utilize multiple cores or CPUs in .Net or Java?
The operating system takes care of multi-threading when the virtual machine is using native threads (as opposed to green-threads), and you can't specify low level details, like choosing a processor …
