Multithreading

  • Thread starter Thread starter Leo
  • Start date Start date
L

Leo

Hi,

Is it possible to target a specific (set of) processors
on a multiprocesor machine with a .NET multithreaded
application and how do I accomplish this? You can tell
for instance SQLserver to use a specific processor. Doe
the .NET framework support this as well?

Leo.
 
Leo wrote:
|| Hi,
||
|| Is it possible to target a specific (set of) processors
|| on a multiprocesor machine with a .NET multithreaded
|| application and how do I accomplish this? You can tell
|| for instance SQLserver to use a specific processor. Doe
|| the .NET framework support this as well?
||
|| Leo.

Sure, take a look at the ProcessThread.ProcessorAffinity Property.

Willy.
 
Back
Top