> -----Original Message-----
> From: Dave Watts [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 17, 2008 8:48 PM
> To: CF-Talk
> Subject: RE: CF 8 Instance Clustering: for performance? or failover?
> 
> > It definitely improves things for us.  Not only does it give
> > you an extra instance in case something goes wrong with the
> > original one, it allows you to utilize 2GB of ram instead of 1GB.
> 
> That doesn't improve performance, just reliability. And if you cluster two
> instances, you're storing the same stuff in both GB of RAM, right?
> 

You don't necessarily have the same stuff in both instances, as that only
replicates sessions.   You could have different data cached in your
application scope based on which clients hit that server.  If you set up
some sort of sticky sessions, it's possible that the two instances could
have very different contents of the application scope.  

Russ
 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301466
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to