> This has nothing to do with client variables. Cold Fusion 
> uses the Registry a great deal itself internally. For example, 
> all datasource info, scheduled tasks, etc...

Most of this is done when the service starts up, and reads the data from the
Registry.

The Registry isn't designed to store volatile data. It's a repository for
configuration data. CF doesn't actually interact much with the registry
during normal operations. If you were going to measure registry reads and
writes from CF on a busy CF server (using NTREGMON from
http://www.sysinternals.com/ for example), you'd find them to be negligible.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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