How can an application utilize multiple cores or CPUs in .NET or Java?

Posted by lfoust on Stack Overflow See other posts from Stack Overflow or by lfoust
Published on 2008-08-31T20:42:43Z Indexed on 2010/04/24 22:33 UTC
Read the original article Hit count: 97

Filed under:
|
|

When launching a thread or a process in .NET or Java, is there a way to choose which processor or core it is launched on? How does the shared memory model work in such cases?

© Stack Overflow or respective owner

Related posts about c#

Related posts about java