SMP and C#

  • Thread starter Thread starter Chris Alton
  • Start date Start date
C

Chris Alton

Does anyone know if when writing a multi-threaded
application that C# will just run all threads on one
processor? Another question will Windows 2K take the
threads and, if it deems necessary, dole the threads out
to the other processors?

Is there a way to tell the thread to run on another
processor?

ie: Thread1 -> CPU1
Thread2 -> CPU2

Thanks in advance Chris.
 
Back
Top