On Feb 7, 3:15 pm, "Barry Beattie" <[EMAIL PROTECTED]> wrote:
> in our business, we do partnership deals with other organisations who
> we license resources to and then finalise their output on their behalf
> on our IT systems. we're looking at providing the tools for our
> partners to logon and use to complete the middle part of the process.
> There's about 20-30 partners. These "tools" will never be outside our
> control (ie not on partners servers) and won't be individually
> customised outside some basic settings (no forking of the code)
> ....snip...8<...

Why can't you run multiple applications under a single ColdFusion
instance?

Seems like you could have x number of applications on a single
instance, and replicate this y number of times across physical
servers.

Also, if you are load balancing at the front end, there is no reason
to cluster instances at all.  Modern load balancers will stick users
to a single server instance, your only issue in the event of a server
failure is forcing the user to re-establish their session; for
example, having to log back in.

-- geoff
http://www.daemon.com.au/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to