Hello,
Instead of an iisreset, will it also fix the problem if you reset the
application pool? If so, you may create a single app pool for this
application to see if this will help. Also, when the problem happened, you
may check the memory usage for the process, did the recycle worked
correctly?
Luke
Patrik - 12 Dec 2005 09:48 GMT
Hi!
We already run the application within our own created app pool.
I will try to see if I can find out if the recycle worked correctly.
> Hello,
>
[quoted text clipped - 5 lines]
>
> Luke
Patrik - 12 Dec 2005 12:20 GMT
Hi!
An application pool reset did help!
I also found in the event log that an earlier recycle had failed
EventID 1074
A worker process with process id of '4092' serving application pool 'pool'
has requested a recycle because the worker process reached its allowed
processing time limit.
Then a minute later or so this error showed up
EventID 1013
A process serving application pool 'pool' exceeded time limits during shut
down. The process id was '4092'.
I found this page
http://support.microsoft.com/default.aspx?scid=kb;en-us;821268 that probably
will help me to tune everything a bit.
Anyone have any other ideas?
By the way, it is two servers that keeps crashing. All the other 8 servers
seems to be stable, and succesful with their recycles.
One thing I noticed when comparing the servers processes was that the
working servers had a w3wp.exe-process that was below 100Mb and the other
ones that did not work were over 100Mb.. One of them took 260Mb. All of our
servers is stuffed with 2GB ram, so there are plenty of ram left.
Thanks!
> Hello,
>
[quoted text clipped - 5 lines]
>
> Luke
[MSFT] - 13 Dec 2005 03:23 GMT
So, If you disable all recyle option for the application, will this make
the app working correctly longer on the servers?
Luke