Or I have to configure IIS specifically for this ? Do I have to use Web garden to take advantage of multiple cores ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A web server is multi-threaded (at least, IIS is).
Any multi-threaded program will be distributed over all available cores by the Windows scheduler by default (though ‘processor affinity’ can be tuned in the task manager, for example). Whether you are using ASP.NET or any other application server/language makes no difference here.