We use rsync for doing all our installation and mirroring, be it code or data. Very nice, and works over an SSH connection for security. It's native to *nix, but I believe there is a Windows port. We have a cron job that checks for updates on the master, and if there are any, it replicates everything to the slave servers. The one problem with it is that it touches ALL the files, even if they haven't been updated, which means recompiling everything. There's probably a flag to avoid that, but it hasn't been enough of an issue to go digging through the manpage.
barneyb --- Barney Boisvert, Senior Development Engineer AudienceCentral [EMAIL PROTECTED] voice : 360.756.8080 x12 fax : 360.647.5351 www.audiencecentral.com > -----Original Message----- > From: Justin Hansen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 16, 2003 12:08 PM > To: CF-Talk > Subject: SOT: Load balanced code replication > > > We have a CFMX farm now, and the Microsoft replication isn't > working out to well right now. What type of code replication > software/strategies are you using right now? > > I think we need something that would watch a folder on a file > server and move the code up to the cf farm every few minutes. > What do/would you use? > > justin > cf programmer > not an admin > :) > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

