Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Difference between worker process recycling options

44 views
Skip to first unread message

Niels

unread,
Sep 29, 2005, 11:15:12 AM9/29/05
to

Hello,

Can anybody tell me the difference between the worker process recycling
options

-"Recycle worker processes (in minutes)" - AppPool properties -
Recycling tab-

and

-"Shutdown worker processes after being idle for (time in minutes)" -
AppPool properties - Performance tab-

For the first one the help file says "Select to recycle worker
processes after a specific period of inactivity." What kind of
inactivity is this? I've set it to one minute, but the processes are
not being recycled. Isn't it the same as being idle?

Niels


--
Niels
------------------------------------------------------------------------
Niels's Profile: http://www.highdots.com/forums/m844
View this thread: http://www.highdots.com/forums/t2998953

Kristofer Gafvert [MVP]

unread,
Sep 29, 2005, 4:25:06 PM9/29/05
to
How do you control that the worker process has been recycled?

"Recycle worker processes (in minutes)" should recycle the worker process
after the specified time has elapsed.

"Shutdown worker processes after being idle for (time in minutes)" should
shutdown (but not start) the worker process after being idle for a
specified time.


--
Regards,
Kristofer Gafvert (IIS MVP)
http://www.gafvert.info/iis/ - IIS Related Info

David Wang [Msft]

unread,
Oct 1, 2005, 6:16:21 AM10/1/05
to
The former guarantees a recycle every X minutes. Default is 1940, which
guarantees a recycle every 29 hours after the first request that spins up
the worker process.

The latter guarantees that X minutes after servicing the final request, the
worker process recycles. It is used to return un-used resources back to the
server.

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Niels" <Niels....@no-mx.forums.yourdomain.com.au> wrote in message
news:Niels....@no-mx.forums.yourdomain.com.au...

Niels

unread,
Oct 3, 2005, 9:03:58 AM10/3/05
to

Is the help file wrong here? Because for the first option it states
"Select to recycle worker processes *after a specific period of
inactivity*."

David Wang [Msft]

unread,
Oct 3, 2005, 8:19:13 PM10/3/05
to
yup, the help file is wrong.

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Niels" <Niels....@no-mx.forums.yourdomain.com.au> wrote in message
news:Niels....@no-mx.forums.yourdomain.com.au...

Is the help file wrong here? Because for the first option it states

David Wang [Msft]

unread,
Oct 3, 2005, 8:20:54 PM10/3/05
to
Yup, the help file is wrong.

--

//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Niels" <Niels....@no-mx.forums.yourdomain.com.au> wrote in message
news:Niels....@no-mx.forums.yourdomain.com.au...

Is the help file wrong here? Because for the first option it states

Niels

unread,
Oct 6, 2005, 3:05:24 AM10/6/05
to

Allright, thanks.
0 new messages