Explanation of WCF application life cycle in IIS 6 hosting environment.

Posted by David Christiansen on Server Fault See other posts from Server Fault or by David Christiansen
Published on 2010-06-03T12:41:37Z Indexed on 2010/06/03 12:44 UTC
Read the original article Hit count: 443

Filed under:
|
|

Hi all and thanks for reading,

I have a delay issue where my application takes a long time to start up when first called after an determinate period since the last call. The web application is a WCF service and we are talking about a delay of ~18seconds before the actual processing starts. Now, I believe I know how to reduce this delay so that is not my question (it's more a stackoverflow deal anyway)

My question is, Can anyone explain to me why is it that despite me disabling worker process shutdown, and worker process recycling the application still 'winds down' after a indeterminate period of time of inactivity?

To understand this I need to know more about the innerworkings of WCF services hosted in IIS. I fully expect there to be a straight forward answer to this.

Thank you v. much for any help you may offer, DC

© Server Fault or respective owner

Related posts about iis

Related posts about wcf