Paul,

Thanks a ton for that tag, it does exactly what I want!

I currently have my Cisco CSS set to use the users IP address to keep
their session 'sticky' to a given server, which works for most of my
cases (AOL is busted).  I am at the very beginning of a complete
application re-write, so I am doing all my research now =)

Thanks for the advice, and thanks to anyone else putting up with my
inane questioning!

Chris


-----Original Message-----
From: Paul Vernon [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 03, 2007 7:40 AM
To: CF-Talk
Subject: RE: Which Framework Now: Vars / Session State in a Cluster

Chris,

I've sent you a custom tag I wrote off list that should stop race
conditions across servers, as for maintaining state, if you aren't going
to use client vars in a cluster, then you need to use sticky sessions so
that each users lands and remains on that server for the length of their
session. This is usually achieved with round robin DNS and/or specialist
load balancing software.

The only clusters I ever built all used a dedicated SQL Server DB
(cookiejar) to store the client vars in and another SQL Server machine
for the application DB because the amount of hits to cookiejar was 2 or
3 per page request depending on what was happening as I recall so
splitting out the resources made sense when we got to very high loads.

Paul

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276891
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