Click here to Skip to main content
15,883,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

Looking at a problem with one of my websites, I've discovered that there were configuration differences with one of the servers in the web farm.

They're supposed to be identically configured, built from the same image e.t.c. But unfortunately entropy has created differences between them despite operating change control procedures.

I want to know what tools are out there that simplify the management of web farms, such that if I make a change to one server it's replicated on all the others.

Do such tools exist? If so what are they? What are you experiences of them?

Thanks,

Steve
Posted

1 solution

I have had some experience with "always sync". It takes care of syncing all the servers with same code base. you can find it here: http://allwaysync.com/[^]

Having mercurial is one more option. you can make changes to one server and then push them to all the servers using mercurial. This is not an ideal tool for this sync feature but it does work very nicely if we use it for this purpose: http://mercurial.selenic.com/[^]

Note: mercurial is not a tool for syncing. it is more of a version control/source control system. but i have seen it being used for sync to remote servers and it does work fine.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900