How to make use of application warm-up?

Repository of web frameworks and applications for Microsoft IIS.
User avatar
Posts: 8
Joined: 13 Jun 2012, 10:33

How to make use of application warm-up?

04 Feb 2013, 17:17

On the info page for Zoo, one of the features listed on http://www.helicontech.com/zoo/ is, "Application warm-up—don’t let your customers wait for a service."

I think this is something I want/need to take advantage of. What I'm seeing is: my application's worker will shut down after a period of inactivity (seems like about 20 minutes). Response to the initial request after the worker shut down takes a *long* time as the worker gets restarted, etc. I'd like to reduce that delay (prevent the worker shutdown?), and my guess is that some kind of "warm-up" is the way to do it.

Is there some guide for implementing application warm-up with Zoo?

User avatar
Posts: 402
Joined: 06 Mar 2012, 11:59

Re: How to make use of application warm-up?

05 Feb 2013, 12:12

With default configuration application warm-up should be working fine. The problem is your current application worker shuts down for some reason. Helicon Zoo will not shut down last worker of the application, but worker can be recycled by IIS recycling policy or because application decided to exit for some reason (error trap or built-in recycling mechanism). You can check for IIS recycling options in IIS Application Pool settings. And make sure you are running latest version of Helicon Zoo Module and update it if possible.

Return to Helicon Zoo

Who is online

Users browsing this forum: No registered users and 16 guests