> -----Original Message----- > From: Raymond Camden [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 03, 2002 10:54 AM > To: CF-Talk > Subject: RE: Personaliztion with Coldfusion ? > > > Please check the docs for more info, but basically, any use > of variables that are persisted, like Session, Application, > and Server, should be CFLOCKed. When setting, an exclusive > lock should be used. When reading, a readOnly lock should be used.
At risk of making a shameless plug I've an article that explains locking in some detail here: http://www.depressedpress.com/DepressedPress/Content/ColdFusion/Guides/L ocking/Index.cfm It's only completely applicable to CF 4-5 (version 3 wasn't multi-threaded and MX is thread-safe - although much of the material is still applicable). But if you are using v4-5 then you really must learn this. It'll save your sanity later. ;^) Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com

