> Builtin variable locking at the object level doesn't lock the entire
> SCOPE="SESSION", it only locks the paricular variable that
> you are accessing (as in ASP). This is one of the major pains of
> CFLOCK, that I must lock the entire application scope just to
> retrieve an object reference from what should be a thread-safe
> object.
In CFML, these scopes (Application and Session) are themselves objects, and
their variables are essentially properties of those objects. Assuming that
there is a relatively tight binding between Structures and their members,
I'm not surprised that you have to lock the entire scope.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
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.