Kentico CMS 6.0 Developer's Guide

Configuring Application Pools

Configuring Application Pools

Previous topic Next topic Mail us feedback on this topic!  

Configuring Application Pools

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

Application Pools provide you with additional level of website management. They are supported only on Windows Server 2003/2008/Vista/7. You can configure them in Start -> Control Panel -> Administrative Tools -> Internet Information Services (IIS) Manager -> Computer -> Application Pools.

 

devguide_clip0134

 

The application pools allow you to group applications (websites) into pools that share server resources using the same rules. This chapter contains recommendations on how to configure the website application pool for Kentico CMS.

 

You can check the name of the application pool in the website Properties dialog, on the Home directory tab. If you're running Kentico CMS in a virtual directory, you will find it in the Virtual Directory Properties dialog, on the Virtual Directory tab.

 

devguide_clip0135

 

You can see the Application Pool Properties dialog by right-clicking the appropriate application pool and selecting Properties from the context menu. You will see dialog like this:

 

devguide_clip0136

 

Recommended Application Pool Configuration

 

1. It's highly recommended that you run Kentico CMS in a separate application pool. If you share the pool with other websites, the system may behave unpredictably.
 

2. If you need to run multiple websites in a single pool, be sure to run only ASP.NET 3.5 applications in the same pool.
 

3. It's recommended that you specify some value in the Recycle worker processes on the Recycling tab.This value shouldn't be too short (less than 60 minutes) or too long (more than 1440 minutes/1 day). Setting this value ensures that the memory is recycled and the application is automatically recovered from failures by regular restart. If your website freezes time to time, you can temporarily set the value to 30 minutes to ensure that the website is restarted automatically. Short intervals may lead to high server load and slow response since after each recycling, the application needs to be restarted and data reloaded to the cache.
 

4. It's recommended that you do not limit the maximum virtual or used memory. If you need to use some value, use at least 100 MB. If your website is being restarted too often, it may be caused by low maximum memory limit. You can check the frequency of application restarts in Kentico CMS Event Log (Site Manager -> Administration -> Event log).
 

5. The Maximum number of worker processes on the Performance tab must be set to 1. If you set a higher value, the worker processes will not be synchronized and Kentico CMS website will not work correctly. This may lead to unexpected caching of content and system objects.
 

6. You can configure the user account under which the application runs on the Identity tab. This information is useful if you need to troubleshoot issues with permissions, such as disk write permissions.

 

7. Kentico CMS does not support Web garden. Therefore, the Maximum number of worker processes has to be set to 1.