Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Windows Server 2008 R2
.jpg)
Internet Information Services (IIS) application pools can be periodically recycled to avoid unstable states that can lead to application crashes, hangs, or memory leaks. By default, application pool recycling is overlapped, which means that the worker process that is to be shut down is kept running until after a new worker process is started. After a new worker process starts, new requests are passed to it. The old worker process shuts down after it finishes processing its existing requests, or after a configured time-out, whichever comes first. This way of recycling ensures uninterrupted service to clients. However, if an application in the application pool cannot run more than one instance of itself at a time, overlapping rotation can be disabled.
Event Details
| Product: | Internet Information Services |
| ID: | 5079 |
| Source: | Microsoft-Windows-WAS |
| Version: | 7.5 |
| Symbolic Name: | WAS_EVENT_RECYCLE_POOL_ADMIN_REQUESTED |
| Message: | An administrator has requested a recycle of all worker processes in application pool '%1'. |
Resolve
This is a normal condition. No further action is required.