Is it advisable to use locking when referencing a cached query?  I would
assume a cached query fits the bill of being shared data.  If so, then
wouldn't the lock need to be around the <cfquery> statment as well as
references to any query values?

Does modifying the contents of a cached query 'dirty' the cache, so that the
query would automatically be run again on the next reference, or will the
query remain (in its modified state) until the cache period expires?

Jim



------------------------------------------------------------------------------
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