At one location, we NFS mounted our webroot to our web server boxes, and coldfusion machines, which worked well.
I have also worked in a high-traffic environment, where the preference was to perform scheduled implementations on all boxes. In this case, we would deploy the whole code base to each server, and then verify that they were in sync before putting them back in service. The idea here is to reduce customer impact by removing a single point of failure, (ie a SAN), as well as remove any latency of network calls off the box. It depends on what your goals are. speeves On Wed, Feb 18, 2009 at 1:25 PM, Matthew Williams <[email protected]>wrote: > > That's going to highly depend on your server architecture. We have > Windows 2003 R2 Enterprise. The NFS clustering in that release has been > fantastic, and has only failed one time in about a year. It's > multi-point sync (a -> b, b -> a) and can do partial file changes as > well. This also requires that the machines be part of an active > directory domain. > > > Matthew Williams > Geodesic GraFX > > Joseph Bugeja wrote: > > We have a setup consisting of 2 CF8 servers running in parallel (the 2 > instances are clustered together using CF8 Ent/JRun4) and we have one app. > deployed on each of the two servers. Each request is served by either one of > the 2 servers. > > > > Although clustering is working great, we would like have a facility that > when a server generates a file on one server it gets automatically pushed to > the other parallel server. Is that possible with ColdFusion clustering or we > to invest on additional software/perhaps proprietrary ones? > > > > Naturally, the two folders (one on each of the parallel servers) need to > contain the same content, so ideally when one gets generated on one server > it is immediately replicated on the other server. > > > > Can you give some tips/assistance about this problem? > > > > Kindest Regards, > > Joseph. > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319504 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

