473,320 Members | 1,933 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Application Pool Question

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!
Nov 19 '05 #1
1 1910
I believe recycling an AppPool is the same thing as shutting down the
process and restarting it.

If the Idle time is reached, the process will shutdown, only to start up
again on the next request. If requests constantly come in, then after 100
minutes, the process will shutdown, and a new one will be starting on the
next request.

If anyone knows differently, let me know.

HTH,
bill

"Jeremy S." <GS@NoSpam.net> wrote in message
news:eL**************@TK2MSFTNGP14.phx.gbl...
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!

Nov 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Abhishek Srivastava | last post by:
Hello All, In IIS 6.0 We have a concept of worker processes and application pools. As I understand it, we can have multiple worker process per appliction pool. Each worker process is dedicated...
21
by: Chris | last post by:
I'm trying to get an existing VS.NET project up on my Win2003 server and I get the following error (on the actual website page): "It is an error to use a section registered as...
1
by: Gordon Smith | last post by:
I plan to install multiple Web applications installed on a single Web server. Should I create each Web site in its own Application pool? I'd appreciate any recommendations, guidelines or links to...
4
by: pjdouillard | last post by:
Hello all, Here is the context of my problem: We have an ASP.NET 1.1 application that has its own application pool setup and that runs under the identity of a NT Domain service account (this...
3
by: Chris Calzaretta | last post by:
Hello Working with system.threading.thread Ok I have an windows user control. It has 3 thread on it thread 1 uploaded files types a thread 2 upload files types b thread 3 upload files types c...
5
by: J-T | last post by:
I guess I'm a litte bit confused about app pool and worker process. In IIS 6.0 We have a concept of worker processes and application pools. As I understand it, we can have multiple worker process...
6
by: M Craig | last post by:
I'm trying to write a custom installation engine to plug into our existing build system. Some things I'm trying to do are, Create/Delete/Start/Stop Application Pools, Web Sites, and Virtual...
3
by: Vlad Hrybok | last post by:
Hi all, I recently installed 64 bit version of Vista hoping to make it my primary development setup. I was able to do work with IIS7 and ASP.NET 2.0/Visua Studio 2005 combo, but hit a roadblock...
2
by: =?Utf-8?B?R2VyaGFyZA==?= | last post by:
I have 2 web servers on which I am running a .net version 2 application, both of which I want to use an application pool with the same domain user's id and password to tighten security. I have...
5
markrawlingson
by: markrawlingson | last post by:
Hey guys, Having a bit of a complicated issue here so please bare with me while I explain. I'm also not a system admin and don't know a whole lot about IIS, so i apologize in advance. I...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.