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

OT - Help on Project.

2014-04-29 Thread James Cicenia
I won't know until next week, but I will probably get a small project to create an ordering system with reporting and more. I am looking for someone who has time to work on this with me. I am very booked these days with apps and lack the time. Regards, James PS: Please contact me off the list.

Re: How to create a non-web EOF application

2014-04-29 Thread Larry Mills-Gahl
I use ERXMainRunner for command line utilities. It allows me to use all of the same frameworks (custom biz logic) and model code that support the web applications and just use a simple utility class with a main. For me, that’s the shortest distance between the web app and a utility that uses

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?

Re: How to create a non-web EOF application

2014-04-29 Thread John Pollard
Thanks JR and David. I will use the lazy approach of overriding run() in Application. I will also pass -WOLifebeatEnabled false as I don't want this application to talk to wotaskd If anyone can tell me if this flag would achieve that, I would be interested and without it would the app in fact be