How can you specify that ASP.NET runs on all or some of the CPUs,if your web server has multiple processors ?

 Posted by Bharathi Cherukuri on 7/25/2012 | Category: ASP.NET Interview questions | Views: 3754 | Points: 40
Answer:

You can specify that ASP.NET runs on all or some of the CPUs, if your web server has multiple processors. This is done in the server’s Machine.config file,by setting the webGarden attribute of the processModel element.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response