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??
 
Back
Top