Overview

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

Native web farm support in Kentico CMS provides the following features:

 

It synchronizes the changes made to the site settings on one of the servers to all the other servers.
It synchronizes the files uploaded to the site to all other servers. This is used only if you store the uploaded files on the disk or on both disk and in the database.

 

If you change some settings or upload a file using server 192.168.1.2, the other servers do not know about that in a standard scenario. However, if you're using the Web farm synchronization module, the module automatically creates a new synchronization task in the database and notifies the other servers once per request so that they process their synchronization task.

 

To learn how to add web farm servers into the system and configure them, please see Developer's Guide -> Modules -> Web farm synchronization -> Defining web farm servers.

 

The Web farm synchronization internals and API sub-chapter in the same chapter of the Developer's Guide provides information about the database tables and classes used by the module and examples of how web farm synchronization can be managed using the API.

 

 

 

Using Kentico CMS on a web farm without the Web farm synchronization module

 

You can use Kentico CMS on a web farm even if you do not use the web farm synchronization module, especially if you do not store uploaded files in the file system. Then, the only limitation is that if you change the settings or page content on one of the servers, the other servers may keep using the old version of the settings in their memory/cache until the web application is restarted or cache content expires.

 

Please note: The web farm support doesn't replace any load-balancing or web farm management tools.

 

Page url: http://devnet.kentico.com/docs/5_5r2/contexthelp/index.html?web_farm_overview.htm