Forum Discussion
Randy_Johnson_1
Nov 04, 2011Nimbostratus
IIS, dotNet, and App pool recycling
Good morning, Group -
I have been tasked with finding a way to lessen the impact of a 'dotNet app pool recycle event' in our IIS7 web services.
What I envision would be an iContr...
Nov 14, 2011
Randy, the three states are documented as follows in the manuals:
Enabled - All traffic allowed
Disabled - Only persistent or active connections allowed
Forced Offline - Only active connections allowed
Enabled is easy, it's on and new connections are allowed.
Disabled means that no new connections are allowed in but persistent connections (ones that have been assigned through a persistence profile) or currently active ones are allowed.
Forced Offline means that only currently active connections are allowed (not persistent connections).
In your situation, the sample code I referenced should put the pool member in "forced offline" mode, but if you are seeing long lived connections, then that seems like there are some persistence entries still in there (or you have some really long lived keep-alive connections to your backend apps.
-Joe
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects