473,416 Members | 1,628 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,416 software developers and data experts.

Server Application Unavailable in WebGarden

Howdy,

I have multiple apps running on a pair of dual-processor Win2k IIS servers,
neither of which are domain controllers. My users are experiencing fairly
frequent (10-20 / day) "Server Application Unavailable" errors. I'm using a
custom "Server Application Unavailable" page to send me an email whenever
this occurs. I also have a ProcessHistory page that leverages
ProcessModelInfo.GetHistory() to show me what's going on at the moment of
the error.

Using these tools, this is what I know:

1) The aspnet_wp is recycling every 3 minutes 23 seconds. This is not
surprising considering that the machine.config processModel timeout
attribute is set to timeout="200". Why is it set so low? I'm not quite sure.
Another developer no longer with the company set it that way in an effort to
solve another problem long ago that had to do with the server's inability to
handle more than a few simultaneous requests. Same goes for the other
non-default settings. My processModel section is included below. These
changes were made in the early days of our .NET adoption and I'm inclined to
believe that there may have been other app-level problems that may have
since been resolved.

2) Although webGarden="true" and cpuMask="0xffffffff" I'm seeing that
only 1 of the 2 processes is actually handling requests. The other is always
showing 0 requests during its (short) lifetime. Consequently, Peak Memory
never increases for that process either.

3) As mentioned above, the aspnet_wp is recycling every 3 minutes 23
seconds. The timeout period of 200 seconds equates to 3 minutes 20 seconds.
So, it's taking 3 seconds just to recycle the process. What I've found is
that the Age of the process when the "Server Application Unavailable" error
occurs is around 03:28 - 03:30 and Peak Memory is also at the higher end of
the scale relative to the others.

And this is what I don't know:

1) Why is one process never taking any requests, even though it is
configured in the processModel to do so?

2) During the time it takes for a process to recycle, shouldn't
requests go to the other process, preventing the Server App Unavailable
error?

3) What are the truly optimum processModel settings for my
environment?

Thanks very much for any assistance!

Phinneas

<processModel

enable="true"

timeout="200"

idleTimeout="200"

shutdownTimeout="00:00:05"

requestLimit="1000"

requestQueueLimit="500"

responseDeadlockInterval="00:00:30"

userName="SYSTEM"

password="AutoGenerate"

comAuthenticationLevel="Connect"

comImpersonationLevel="Impersonate"

responseRestartDeadlockInterval="Infinite"

memoryLimit="80"

webGarden="true"

cpuMask="0xffffffff"

maxWorkerThreads="25"

maxIoThreads="25"

clientConnectedCheck="0:00:05"

logLevel="All"

serverErrorMessageFile="d:\wwwroot\ServerAppUnavai l.htm"

/>
Nov 19 '05 #1
0 1259

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Mridul Buragohain | last post by:
hi all! ===================================== my environment: MS .NET 1.1 with Service pack 1 ASP.NET framework IIS 5.0 C#.NET language. =====================================
2
by: Petr PALAS | last post by:
Hi, when I open ANY ASP.NET application on my computer I get this message: ---------------------------------------------------------------------------- ---- Server Application Unavailable ...
5
by: Ken Cox [Microsoft MVP] | last post by:
MS has posted this here: http://www.asp.net/faq/ms03-32-issue.aspx Fix for: 'Server Application Unavailable' Error after Applying Security Update for IE...
1
by: Reza Sadeghi | last post by:
Hi I am getting this error when I tried to browse any asp.net in visual studio.net. I can build the project but when I try to run and debug the project I get error message that "Unable to start...
8
by: John Blair | last post by:
Hi, I updated the latest .Net patch on my system this moring and now my SQL Web Data Administrator application is not working. I get the following error: Server Application Unavailable The...
1
by: Robert Halford | last post by:
On 4th May at 7.45 in the evening my asp.net web sites stopped working on my development server. The page that appears says: Server Application Unavailable The web application you are...
4
by: Ricardo | last post by:
Hi, he has a problem at the moment w/ a datagrid in asp.net. There's about 10000 rows and 25 columns; when it loads there is an error that says the server application is unavailable. He can't do...
17
by: Jon B | last post by:
Hi All! I have a ASP.NET 2.0 site that works on the Windows 2000 Server. However, when I tried to view this site on my local Windows XP machine, I get "Server Unavailable". If I switch the...
13
by: Kevin Liebowicz | last post by:
Yes, I wasted the past two days trying to fix this. Yes, this is on a Win2003 Server. Yes, this machine is a domain controller. Yes, I seen the dozens of KB articles like this one:...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.