Great idea setting up a clustered environment, and then making it all dependent on a single server.
Not only will this be slow, if the SQL server goes, so does the rest of the site. But then again, this is probably already the case since you're probably running the standard version of SQL server which doesn't support clustering. We are in the same boat with the SQL server, and I'm hoping to eventually move off it and go to something like MySQL which supports clustering for free. Either way, if you plan on making your clustered environment last, you probably should not be serving files out of a file share. DFS is a good solution, when it works. Russ > -----Original Message----- > From: Peterson, Chris [mailto:[EMAIL PROTECTED] > Sent: Monday, January 29, 2007 9:24 AM > To: CF-Talk > Subject: RE: Cluster File Management > > I am going to setup a 3rd server (the SQL box) as the source of all the > files, and point IIS's home folder to 'a share on a remote machine', and > use a file share on the SQL box. Be sure to setup user security so the > web boxes can access those files on your file server, and then I will > turn on trusted cache, so it only needs to grab the file from the remote > box once. Of course, if you make any changes you will have to force CF > to get your new page, but in production you shouldn't need to make that > many changes. =) Then I can just add in additional servers pointing to > the same source share, and they will never get out of sync. > > Chris Peterson > > -----Original Message----- > From: WebSite CFtalk [mailto:[EMAIL PROTECTED] > Sent: Monday, January 29, 2007 9:14 AM > To: CF-Talk > Subject: RE: Cluster File Management > > Hi, > > With Win2003 STD on both servers you can do that using DFS. > > Helge Hetland > WebSite AS > > > -----Original Message----- > From: James Buckingham [mailto:[EMAIL PROTECTED] > Sent: 29. januar 2007 11:58 > To: CF-Talk > Subject: Cluster File Management > > Hi everyone, > > Does anybody know any good sites / ref. books which talk about file > management on a clustered environment? I've got two new load balanced > servers which I'm currently migrating/recoding for (in CFEclipse) but I > want to some how automate the update processes on both servers. > > I.e. I make a change to a file on one server and it updates the same > file on the other server automatically. > > The servers are Win 2003. > > Cheers, > James > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267940 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

