IIS Server is too busy workaround (IIS6)

Source: Internet
Author: User

Server is too busy means the server is busy and the resources are not sufficient

Why does this problem occur?

Because the server configuration is different, the pressure can withstand different.

and the server default to the number of links, the number of threads, etc. have set, but this setting is too small, basically not enough, so we have to manually set up to solve the problem.

Problem Environment: windows2003+iis6+.net2.0

First step: Modify Machine.config

. The Net2.0 version user modifies theC:\WINDOWS\Microsoft.NET\Framework \v2.0.50727\config\machine.config file,

Find the "processModel" configuration paragraph in the file and modify the fields maxworkerthreads= " " "" maxiothreads= "

The original default is <processmodel autoconfig= "true"/>

Modified to <processmodel maxworkerthreads= " " "maxiothreads="/>

Step Two: Modify the Web. config
<?xml version= "1.0" encoding= "UTF-8"?><configuration>  <system.web>    

IIS Server is too busy workaround (IIS6)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.