We always had good luck with hardware load balancers from Coyote Point, 
managing connections to 4 or 5 clustered web servers.  For apps that needed to 
maintain seamless persistence, we used client vars (stored in the central DB), 
which allows the application to keep a running connection to a user even when 
the server they were on gets dropped from the cluster.  There is some overhead 
with client vars, like having to WDDX non-simple variables, but it really 
worked very very well. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328769
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