vote up 0 vote down star

When I setup an application pool for my web app in IIS 6 it defaults the worker process to recycle in 1740 minutes (29 hours).

Does this recycle happen even if there is activity on the web site or only if there is inactivity for 29 hours?

flag

73% accept rate

2 Answers

vote up 1 vote down check

This depends on how your worker process recycling is configured. There are several ways to configure it and each one has different implications.

  • Ellapsed Time: In this mode the process will recycle after a period of time no matter how many requests come in
  • After a request threshold is reached
  • On Demand through the IIS Manager Tool

You can find detailed information on this topic at the following link

link|flag
vote up 0 vote down

Read the Fine Manual

in particular, Configuring Worker Processes for Recycling (IIS 6.0)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.