The appropriate solutions may depend on why you have load balancing servers. Is it for app processing speed or is it file serving from disk speed?
If it's app processing, you may be able to use a single file store on a NAS (network attached storage) that feeds the multiple application server front ends. If the bottleneck is serving files from disk, then that's obviously not the approach you want. For copying files from server to server, just a very minor improvement might be to look at using an FTP client that supports FXP (server to server transfer). On 11/13/05, Duncan <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I hope this is an easy one to answer. > > I am evaluating some better ways to manage our deployment of templates and > we use VSS at the moment, and I feel its lacking something. > > We have 10 servers for production all in a load balanced environment, that > contains staging and production environments. > > Currently we ftp files to one server and then have to use a file copy tool > in Windows via a remote desktop to populate the other machines. I feel thats > not the best way to deploy things so I was wondering if CVS would be able to > help us do this on the basis that it would allow us to roll back if we had a > problem. > > Any thoughts? > > -- > Duncan I Loxton > www.sixfive.co.uk <http://www.sixfive.co.uk> > [EMAIL PROTECTED] > > "I can only please one person per day. Today is not looking good. Tomorrow > isn't looking much better." Dilbert > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:5:181817 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
