> Presumably putting locks around the tag call will only > lock that particular call. Calls to the same tag in other > locations will not be locked. This is only a logical guess, > not verified.
This is true for any single lock, by itself. Locking in CF is a cooperative venture - you have to lock every instance of the code to which you want to limit access. It doesn't matter whether it's a custom tag call or anything else. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

