An application is always assigned to an ApplicationPool, whereby several applications can be assigned to the same pool. Applications in an ApplicationPool share a process of the system. Due to the background tasks of the processing server application, it is recommended that you execute them in a separate application pool. To change the settings of the application pools, proceed as shown in the figure.
The recommended settings for the ApplicationPools, if they differ from the default settings, are listed below:
Settings / Pool | Default | Server |
---|---|---|
Start Mode | AlwaysRunning | AlwaysRunning |
Limit(Percent) | 0 | 60 |
Limitaction | NoAction | Throttle |
Note: The "Throttle" setting does not yet exist on older Windows systems (e.g. Server 2008). "NoAction" should be selected instead.