Multithreading multiple with processors

  • Thread starter Thread starter Victory
  • Start date Start date
V

Victory

Do i need to use a special class if i need to code on computer with
multiple processors. I need to make sure that all of the CPU resources
are used to process the code. Is there a way to do this?
thank you,
Mars
 
Do i need to use a special class if i need to code on computer with
multiple processors. I need to make sure that all of the CPU resources
are used to process the code. Is there a way to do this?
thank you,
Mars

*** Sent via Developersdexhttp://www.developersdex.com***

Hi Mars,

Well, in my opinion, I think multi-processor environment are managed
by the OS.
One thing you´ve to do is, contruct an multithreading application...
avoiding any kind of knowledge about how to access each processor, the
OS do it for you.

[]´s
Breno.
 

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

Back
Top