Multiprocessor system

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My production server contains more than one CPU but the WebApp has been developed on a single CPU environment. What do I have to change in order to make full use of more than one CPU?

Thanks for helpin
Joy
 
It makes full use by default. You don't need to do anything. If you would
like to run the application on ONE cpu in a multiple cpu architecture, you
will need turn on processor affinity.

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
Joy said:
My production server contains more than one CPU but the WebApp has been
developed on a single CPU environment. What do I have to change in order to
make full use of more than one CPU??
 

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