> I was looking at the url for commerce blocks that was posted a
> little bit ago and saw thier structure, array, wddx tutorial. Now
> the question I have is, they say that session variables aren't very
> scalable, but client variables are. What's the difference and where
> do I find client variables explained more?
Session variables are stored in memory for a relatively short period of
time, and Client variables are stored for a longer period of time in either
a database (the best choice usually), the system registry, or a cookie.
Session variables are faster and more efficient in that you don't have the
overhead of a database query, but if you want to use clustered web servers,
you won't be able to use all the benefits that clustering provides and still
use Session variables, which is why they aren't considered very scalable.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.