On Monday 03 Feb 2003 20:44 pm, Haggerty, Mike wrote:
> I am running into a deadlocking issue on CF5, and I was wondering if anyone
> here had any advice or knew of any good resources for fixing it.
>
> The following code is timing out trying to obtain an exclusive lock on the
> application scope:
>
> <cfsilent>
>       <cflock scope="application" type="readOnly" timeout="10">
...
>               <cflock name="data_0" throwontimeout="Yes" timeout="10"
> type="EXCLUSIVE">

You could try making the second lock a scoped application lock.

-- 
Tom C

The dead speak to us. They are our conscience.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to