I'd recommend against it. Having files mirrored across a cluster is a piece of cake. I personally use rsync to do it, but there are a multitude of programs that'll do it. Just have a 'master' server that recieves all updates from your staging servers and then propogates the updates across the cluster.
With a shared volume, you lose the redundancy that multiple servers provides, because if the file server dies (or your network gets saturated), then your whole cluster dies. If you do decided to go that route make sure you turn on trusted cache (which will make you cycle CF after every update), so you don't have to check every file's timestamp over the network on every request (potentially a HUGE waste of time). Cheers, barneyb > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Ian Sheridan > Sent: Wednesday, May 19, 2004 7:08 AM > To: [EMAIL PROTECTED] > Subject: [CFCDev] CFMX doc root as a Mounted Volume > > Hey, > > Sorry for the cross post with cf-talk but I figured some of you would > be able to answer this question also. > > We are planing a cluster and we would like to place all our CFM/CFC > files on a mounted volume so solve syncing. Can this work? and will > there be any performance issues? > > Ian > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > Ian Sheridan > [EMAIL PROTECTED] > http://www.savagevines.com > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > > ---------------------------------------------------------- > You are subscribed to cfcdev. To unsubscribe, send an email > to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' > in the message of the email. > > CFCDev is run by CFCZone (www.cfczone.org) and supported > by Mindtool, Corporation (www.mindtool.com). > > An archive of the CFCDev list is available at > www.mail-archive.com/[EMAIL PROTECTED] > ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
