at the risk of exposing my ignorance... :) I thought named locks were better than, say, locking an entire scope. If I were to lock the session scope, doesn't that effectively single thread the scope for every user of the scope? I thought a named lock would only effectively single thread one particular user's process (?)
On Mon, 31 Jan 2005 13:40:37 -0800, Matt Robertson <[EMAIL PROTECTED]> wrote: > You would use a named lock in the (hopefully *extremely* rare) > instance where you want only a single user to execute a block of code > at any one time. > > Hopefully your app design never causes such a need to arise. > > -- > --mattRobertson-- > Janitor, MSB Web Systems > mysecretbase.com > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:192456 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

