> So I don't need to lock application-scope variables? One book 
> I have says I should. How about request-scope vars?

If it's a memory variable, you need to lock it. If it's not, you don't.
However, setting a variable in application.cfm doesn't make it an
Application variable. Instead, it's a local variable (in the Variables
scope) that gets created and destroyed for each page that uses that
application.cfm.

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