Our ColdFusion servers are clustered and are only severing cfm files and
static WebPages.  The data base servers are on separate servers that are
mirrored.The cfm, html, and other files are on a file server and do not need
to be loaded in more then 1 place. We use NT authentication and allow users
to map to their directories only to upload or replace files. A way around
the CF session variables is to create a Global cfm file with the Session
variables stored in a data base and use the CFinclude statement at the top
of your program to pull it in.

> -----Original Message-----
> From: Jim McAtee [SMTP:[EMAIL PROTECTED]]
> Sent: Saturday, September 09, 2000 10:03 AM
> To:   [EMAIL PROTECTED]
> Subject:      Re: CF Clustering
> 
> In your scenario, do developers FTP into a single designated machine
> within the cluster to do updates?  Or is the FTP site somehow also
> spread across the cluster?  Are you also able to use CF RDS?  What
> software do you have running on the servers - vanilla NT/Win2K + CF Pro
> or something else?
> 
> Thanks,
> Jim
> 
> 
> -----Original Message-----
> From: Jeff Tapper <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> Date: Saturday, September 09, 2000 6:23 AM
> Subject: Re: CF Clustering
> 
> 
> >We have had great success with
> >Big/IP
> >Replication Scripts built with RoboCopy.
> >
> >
> >We've successfully deployed many sites with this configuration.
> >
> >At 05:41 PM 9/8/00 -0600, you wrote:
> >>Does anyone have a link or pointer to information regarding how to
> >>cluster CF web servers?  We're looking to upgrade our web and database
> >>servers and I'd like to hear about the various approaches taken to
> >>clustering CF web servers.
> >>
> >>Ideally, I'd like to achieve load-balancing and failover via
> redundancy.
> >>For our purposes the load-balancing doesn't have to be perfect, but
> the
> >>failover must be automatic and transparent.  I'm assuming we'd run
> >>several redundant web/CF servers connected to a common MS SQL server.
> >>For the time being, I don't think we'd run a common fileserver for the
> >>web site templates or other static content.  Files would need to be
> >>replicated on all servers.
> >>
> >>With this configuration, I was wondering about things like the best
> way
> >>to (1) achieve the load balancing (hardware and/or software needs?),
> >>considering that CF sessions need to be maintained (2) a good means of
> >>replicating content accross servers (3) other considerations?
> >>
> >>Thanks for any input,
> >>Jim
> >>
> >>----------------------------------------------------------------------
> --------
> >>To unsubscribe, send a message to [EMAIL PROTECTED]
> with
> >>'unsubscribe' in the body or visit the list page at
> www.houseoffusion.com
> >
> >==================================================
> >Jeff Tapper
> >[EMAIL PROTECTED]
> >Lead Application Architect
> >http://www.gtriad.com
> >G. Triad
> >==================================================
> 
> --------------------------------------------------------------------------
> ----
> To unsubscribe, send a message to [EMAIL PROTECTED] with
> 'unsubscribe' in the body or visit the list page at www.houseoffusion.com
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to