On 4/30/07, Peterson, Chris <[EMAIL PROTECTED]> wrote: > Relating to Frameworks, is there a certain one that scales better > between 2 or more servers, or do they all scale the same as long as you > setup client vars to be in a DB and shared? Does any framework > specifically store internal variables in such a way as to preclude the > use of multiple servers with a shared client scope?
Mostly the frameworks are all designed to manages requests and data on a single server. I never use client variables (and I've only ever worked on clustered CFMX Enterprise systems). -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2 Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276821 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

