J
Jeremy S.
In application pools there are two property settings (amongst others):
1. Recycle Worker Process (in minutes)
2. Idle Timeout - shut down worker process after being idle for (in
minutes).
My question: IF the Idle Timeout value is reached BEFORE the Recycle minutes
are reached, then will the worker process effectively recycle? More
specifically, if the Recycle Worker Process (in minutes) is set to 100
minutes AND the Idle Timeout is set to 20 minutes; THEN am I correct in
thinking that at 20 minutes the worker process will shut down completely -
only to be restarted on the next request (effectively restarted)?
Thanks!
1. Recycle Worker Process (in minutes)
2. Idle Timeout - shut down worker process after being idle for (in
minutes).
My question: IF the Idle Timeout value is reached BEFORE the Recycle minutes
are reached, then will the worker process effectively recycle? More
specifically, if the Recycle Worker Process (in minutes) is set to 100
minutes AND the Idle Timeout is set to 20 minutes; THEN am I correct in
thinking that at 20 minutes the worker process will shut down completely -
only to be restarted on the next request (effectively restarted)?
Thanks!