SMP and C#

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top