our setup (kinda big bucks); dual cf enterprise servers
clustered win2k enterprise attached via fibre to disk array - filesharing to cf servers IIS is mapped to clustered fileshare - CF goes a bit nuts when the fileshare moves between the two cluster fileshare nodes. If you enable trusted cache then this problem is gone and pretty much makes trips to the remote fileshare none existant beyond the initial request. If you're only deploying code then you can create an ANT script to deploy to multiple boxes in a single deployment. Our problem was we run a CMS and you never know which IIS box the request was going to as to where the file could end up On 1/29/07, Russ <[EMAIL PROTECTED]> wrote: > Although a true geographically distributed solution would cost a lot of > money, you should be shooting for a cost effective solution at a single NOC. > You have to pick a NOC which you trust to have a reasonable uptime, and then > set up your servers in such a way as to eliminate the single point of > failure. > > I highly recommend that you don't make your DB server that single point of > failure. You should be using something like DFS or something similar to > replicate the files from one server to another. File access should always > be local; otherwise you will start running into issues. > > Hopefully, your client will grow, and they will be able to afford a second > failover DB server and a second license of SQL 2005 Standard. At that point > you will just need to set up the db cluster, since your CF cluster is > already taken care of. > > For the moment, you should probably be running a second instance of SQL on > one of the CF servers, or another spare server. You should be doing > something like logshipping, so that in the event of failure of the SQL > server, you can quickly get things up and running again, with minimal data > loss. I'm not sure if the SQL license allows running a backup server with > the same license, but you can always run SQL Express, assuming your database > doesn't exceed the 4gb limitation. > > Russ > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:268187 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

