> Howdy all. Any pros/cons on way or the other about where to store
> client variables?

The registry is not a good place to store Client variables, which are
relatively volatile data. The registry is designed for storing data that
will be read often, but written infrequently. If you use more space than
allotted for the registry, you're machine will start crashing or generating
weird errors. The registry doesn't shrink itself after the data is gone,
either.

Databases, on the other hand, are ideal for storing volatile data.

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.

Reply via email to