Causes and solutions of server iis feign death

  • 2020-05-07 20:41:41
  • OfStack

Open IIS you'll see the application pool, by default, only one application pool to check the application pool properties, will find that his recovery time, by default, up to 1740 minutes, that is to say, need to recycle the application pool only after 1740 minutes, if in this period of time, to the highest limit of the request, so will appear ASP feign death, this is the large sites appear suspended animation, instead, a small site it won't appear such circumstance, because he is asking a little, little traffic, it hasn't reached limit number. Of course it depends on the number of sites on your server.

Single site solution:

Reduce the application pool recovery time to 300-600 minutes. During the recovery process, it needs to occupy 1 point of CPU resources.

Multi-site solutions:

Hypothesis 1 server now around 70 web sites, you can create six application pool, each pool recovery time down to 300 minutes, and then assign each pool around 10 website (the site visits of this assignment is to ask you) if a web site, visitors, and separate to give him a pool, but doing so is need a large memory, a pool now occupies about 120 M memory, anyway, memory is large, it doesn't matter. To see how many sites allocate application pools, open IIS-- see the site properties you want to allocate, look at the home directory -- and you'll see the application pool at the bottom, just assign one.

When you use iis6... If installed network forum. There must have been iis6 feign death like.. asp web page opens slowly.. But iis is normal.. Static page open speed 1 sample.. At this time.. I 1 straight is the restart method.. I checked the official records and found no...

According to official sources.. win2003 will be patched soon.. Is iis6 for access driver support ignore like.. It is also an bug.. Because the server virtual host many.. And most support asp.. If 1 denier feign death can not run.. In a variety of information under the search.. Found a relatively simple way.. The specific test is passed.. iis6 comes with data application pool.. Use him now to fix the fake death..

First, set bbs to a separate directory.. Then click on the application pool.. New application pool. Enter application pool id..
Then put bbs under the virtual directory. Select the newly created application pool...
Then go back to the application pool you just set up... Click on.. Attribute... The number of recovered work processes (minutes) and the number of recovered work processes are also checked on the following time recovery time processes.. Then add.. to the left of the following time collector pool. Choose 1 time.. 1 generally speaking.. By 3 a.m., the site had few people... At this point, reclaim the number of bbs processes under 1.. Then we can solve the iis suspended animation.

Of course, you can also configure other information.. For example, the user name of iis6.. We can turn on the counter to manage.. Then turn on the computer user management.. Add 1 user.. After setting up.. In the application pool.. Logo.. Put the added user on.. Test the recycled process with the user.. And of course... Other configurations.. It's really simple.. As long as you look good 1... You get the idea...

For some people... This method may not be very convenient.. So you can recycle the application pool with 1 tool.. It's so convenient and fast.. Individual users certainly don't need this tool.. Company user words.. The server is under a lot of pressure.. So we use tools to solve some problems, including the backup of.iis, and ip records of the system 1 modification and port access of the virtual host ip.. Batch processing is a very simple and convenient method. So. Make 1 server security.. It's not that easy.. Especially iis.. Often go to the official website to search for information is a good habit.. There is a regular access log.. And registry users also load running programs. And services are also a good way to.. So. To learn how to encounter problems and how to deal with them!!

Recommend a software download address IIS daemon. / / www ofstack. com softs / 12793. html

After unzipping, double-click IISHelper.exe to run, and then click the bottom right corner to start the execution can! Often come to the net is also used this, more practical small software. If problems are found, restart iis to ensure the normal operation of the website.


Related articles: