> Question. If you are using the cflock to lock access to single
> threaded custom tags, etc., what Scope would you use?
You wouldn't use any scope. The SCOPE attribute is only for memory
variables. You'd use a NAME, and make sure that any other lock that locks
the same resources uses the same name. For CFX tags, I'd recommend using the
name of the tag itself:
<cflock name="CFX_SPELL" ...>
<cfx_spell ...>
</cflock>
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.