Re: Application_Sta rt
I believe that application might start even when there are no pending
requests.
IIS monitors changes or health of the application and if it decided that
something has changed or application deadlocked it will restart it even if
there is no one using it right now. (obviously given that application has
not been active before).
George.
"Göran Andersson" <guffa@guffa.co mwrote in message
news:eRyOeGUAIH A.1212@TK2MSFTN GP05.phx.gbl...
I believe that application might start even when there are no pending
requests.
IIS monitors changes or health of the application and if it decided that
something has changed or application deadlocked it will restart it even if
there is no one using it right now. (obviously given that application has
not been active before).
George.
"Göran Andersson" <guffa@guffa.co mwrote in message
news:eRyOeGUAIH A.1212@TK2MSFTN GP05.phx.gbl...
Juan T. Llibre wrote:
>
Well, not directly. Before a session can start the application has to have
started, but the application is started to handle the request rather than
because it's needed by the session.
>
>
--
Göran Andersson
_____
http://www.guffa.com
>re:
>!if it's unrelated to session
>>
>It *is* unrelated to session...at the end, but not at the beginning.
>>
>At the beginning, they're very much related.
>For a session to begin to exist, Application_Sta rt *must* have occurred.
>!if it's unrelated to session
>>
>It *is* unrelated to session...at the end, but not at the beginning.
>>
>At the beginning, they're very much related.
>For a session to begin to exist, Application_Sta rt *must* have occurred.
Well, not directly. Before a session can start the application has to have
started, but the application is started to handle the request rather than
because it's needed by the session.
>
>re:
>!it's much more likely to be worker process idle timeout
>>
>That, or the configured memory/App Pool recycle conditions.
>>
>>
>!it's much more likely to be worker process idle timeout
>>
>That, or the configured memory/App Pool recycle conditions.
>>
>>
--
Göran Andersson
_____
http://www.guffa.com
Comment