Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Multicore CPU and Threads

Moderators: larsivi kris

Posted: 09/22/08 12:17:02

Hi, just a small question: If I design a program which is divided in a few threads; are this threads running on one Core, are the threads distributed by a load-dipatcher of the OS or is "something" in D making them migrating over the whole core to be independent from OS?

Regards, Marc

Author Message

Posted: 09/22/08 12:27:14

This is up to the OS.