Re: [Wonder-disc] ERXEC and locking

2012-07-11 Thread Matteo Centro
Applewebobjects-dev@lists.apple.com+Dev+Apple; Wonder Project wonder-d...@lists.sourceforge.net *Sent:* Monday, July 09, 2012 6:47 PM *Subject:* Re: [Wonder-disc] ERXEC and locking Actually I noticed that removing all the locks (even the forgotten ones) seems to have solved the problem... I

Re: [Wonder-disc] ERXEC and locking

2012-07-11 Thread Kieran Kelleher
plan to move from MultiEC locking manager to ERXEC ec. As usual, I could be wrong.. - Original Message - From: Matteo Centro To: Paul Dunkler Cc: webobjects-dev@lists.apple.com Dev Apple ; Wonder Project Sent: Monday, July 09, 2012 6:47 PM Subject: Re: [Wonder-disc] ERXEC

Re: [Wonder-disc] ERXEC and locking

2012-07-10 Thread Cheong Hee (Gmail)
@lists.apple.com Dev Apple ; Wonder Project Sent: Monday, July 09, 2012 6:47 PM Subject: Re: [Wonder-disc] ERXEC and locking Actually I noticed that removing all the locks (even the forgotten ones) seems to have solved the problem... I had 10 unique users on 22 instances running for a day

Re: [Wonder-disc] ERXEC and locking

2012-07-09 Thread Paul Dunkler
I recently "Wonderized" a legacy WO application and I have a strange race condition that happens very rarely and only under extremely high load.Application extends ERXApplication, Session extends ERXSession and so on, I removed all "new EOEditingContext()" and replaced them with

Re: [Wonder-disc] ERXEC and locking

2012-07-09 Thread Matteo Centro
Actually I noticed that removing all the locks (even the forgotten ones) seems to have solved the problem... I had 10 unique users on 22 instances running for a day and no deadlocks. Any thoughts about stuff that is done in the Session.terminate? I need to do some cleanup if the session