Re: ERXEC RR loop locking

2014-04-30 Thread John Pollard
er.extensions.ERXEC.safeLocking=true On 29 Apr 2014, at 19:15, Chuck Hill wrote: > Does your app have the properties set that enable auto-locking? > > On 2014-04-29, 4:38 AM, "John Pollard" wrote: > > We have an application that uses ERXECs yet exhibits deadlock which appears > resolved with

Re: ERXEC RR loop locking

2014-04-29 Thread Chuck Hill
Does your app have the properties set that enable auto-locking? On 2014-04-29, 4:38 AM, "John Pollard" wrote: We have an application that uses ERXECs yet exhibits deadlock which appears resolved with introduction of manual lock / unlock in at the start and end of performAction.. within a subcla

ERXEC RR loop locking

2014-04-29 Thread John Pollard
We have an application that uses ERXECs yet exhibits deadlock which appears resolved with introduction of manual lock / unlock in at the start and end of performAction.. within a subclass of ERXDefaultRouteController. Is RR loop locking of ERXECs automatic for every EC, or just for default ECs?