Load Balancing

Posted by Community Admin on 03-Aug-2018 22:27

Load Balancing

All Replies

Posted by Community Admin on 03-May-2011 00:00

The installtion documentation indicates that you must make sure that each front end web server points to a network share with the Sitefinity project.   I'm curious what specific features require this?  Is it caching, search indexing, uploading images, etc?  What would happen if we deployed the codebase to each individual server??

We currently don't have a high availability NAS available where this code will be deployed.  I'd like to know the implications of deploying the code to each individual server.

Posted by Community Admin on 04-May-2011 00:00

Hello Shawn,

It is not necessary to use one single file system but we do not make anything about the synchronization of the file system , that is the reason why we recommend to use central place for file storage.  One of the alternatives is to use DFS or 3rd party tool that synchronize the file system, because our code will not handle this scenario properly.

Regards,
Ivan Dimitrov
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 04-May-2011 00:00

What are the common actions in Sitefinity that would make changes to the file system?  Uploading a master page, css, javascript, editing configuration, etc.??? 

Some of these might not be applicable to us because we won't be adding new master pages or CSS files to production.  They will be promoted from test during our release process. 

Basically, the only end users in production will be content writers.  In this scenario is Sitefinity writing anything to the file system in the normal day to day operations of content/page creation?

Posted by Community Admin on 06-May-2011 00:00

Hi Shawn,

The main changes to the file system are related to the Configurations, Search and errors logging. If someone changes something inside Administration >> Settings this will write to the configurations. When  a search index is created this also updates App_Data/Sitefinity/Search folder. If an error is thrown we write a new log entry in App_Data/Sitefinity/Logs.

Greetings,
Ivan Dimitrov
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed