> > What do you make of what the client said? Does it have any merit in > > current versions? Can anyone attest to reliability (or > > otherwise) of > > client vars in CF7? (I should also add there is no chance > > we're going to > > use the registry to store client vars - it's going to be in > > the database if we use them) > > > > My experience has always been bad, they are pretty clunky. > Even worse if you store them in a DB, I would avoid them if > you had the choice. > > As for no sticky sessions, that only leaves you session > replication with ColdFusion under J2EE. >
I haven't used client vars in quite some time... No need. But when I did it was with a 4 server CF5 NLB array with an active/passive SQL2000 cluster. The CF machines had a separate SQL instance dedicated to client storage and to be honest, the only problem we had was dealing with the extra bandwidth that the back end needed when we got into the realms of 3000 simultaneous users... In the end, it wasn't the client var traffic that was causing the problem. We solved the bandwidth issue by moving the source code onto the web servers instead of them using the filestore server and used robocopy to keep them in sync... Nowadays I'd use SVN to deploy :) Once we had solved the bandwidth problems, everything was fine. We never had any issues at all with client storage but I will say this... We designed the app from the very beginning to use client storage. We didn't port the code from session etc. I think when you do the latter, you are asking for trouble... As long as you plan well and understand the limits of the client var scope then you should be fine. As an aside, watching SQL profiler do it's thing on a live database with 3000 users on the site is a great way to scare yourself! The speed of the transactions going through is something else! Paul ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:268780 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

