David wrote:
> 
> I have a strange issue with CFLock: I have a named, exclusive lock that is
> set to not throw exception on timeout, but it seems to not be timing out. I
> thought that if throwontimeout=no, it just proceeds from after the close
> /cflock ?

> <cfset GENERATEXMLCONFIG_hasrun = False>
> <cflock
>     name="GENERATEXMLCONFIG_#Request.LockSuffix#"
>     type="exclusive"
>     timeout="5"
>     throwontimeout="false"
> >

Where and how do you set Request.LockSuffix?


>     <cfset GENERATEXMLCONFIG_hasrun = True>

You might want to make this a "busy" indicator and use another 
indicator once it has finished.

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238714
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

Reply via email to