Re: Performance issue

2016-03-21 Thread Chuck Hill
ailto:webobjects-dev@lists.apple.com>" mailto:webobjects-dev@lists.apple.com>> Subject: RE: Performance issue What is the purpose of the Synchronizer? What is it Synchronizing, and with what process? Why are the statements bunched together? Mahalo, Gerald From: Chuck Hill [mailto:

Re: Performance issue

2016-03-21 Thread Chuck Hill
s.apple.com<mailto:webobjects-dev@lists.apple.com>" mailto:webobjects-dev@lists.apple.com>> Subject: RE: Performance issue What is the purpose of the Synchronizer? What is it Synchronizing, and with what process? Why are the statements bunched together? Mahalo, Gerald From: Chu

RE: Performance issue

2016-03-21 Thread Gerald Jones
@lists.apple.com Subject: Re: Performance issue And most of those ERXRemoteSynchronizer log messages are pretty far apart (minutes). So I doubt this is what is causing the CPU spike. The next time this happens try attaching a VisualVM ( <https://visualvm.java.net> https://visualvm.java.n

Re: Performance issue

2016-03-15 Thread Chuck Hill
cts-dev@lists.apple.com<mailto:webobjects-dev@lists.apple.com>" mailto:webobjects-dev@lists.apple.com>> Subject: Re: Performance issue Gerald, There are 2 different things happening here. The session creation exception seems to be something you’re raising in your own code. The lines below th

Re: Performance issue

2016-03-15 Thread Ken Anderson
Gerald, There are 2 different things happening here. The session creation exception seems to be something you’re raising in your own code. The lines below the exception relate to receiving changes made from other application instances. You’re going to have to drill down to the problem a bit m

Performance issue

2016-03-14 Thread Gerald Jones
Aloha Group, Can anyone explain to me what's happening in these lines in our log file? We are experiencing high application cpu% that seem to coincide with this type of activity. I'm not sure how to explain it. METSAdmin-2 java.lang.RuntimeException: Session Created at com.mauis

Re: performance issue on delete record

2009-08-26 Thread Chuck Hill
On Aug 26, 2009, at 4:59 PM, Shelley Eitzen wrote: Chuck Hill wrote: On Aug 21, 2009, at 3:55 AM, Shelley Eitzen wrote: Hi All, WebObjects 5.3 Mac OSX 10.5.8 Openbase 11.0 we are having a performance issue when we delete a record. application functionality is delete record create log

Re: performance issue on delete record

2009-08-26 Thread Shelley Eitzen
Chuck Hill wrote: On Aug 21, 2009, at 3:55 AM, Shelley Eitzen wrote: Hi All, WebObjects 5.3 Mac OSX 10.5.8 Openbase 11.0 we are having a performance issue when we delete a record. application functionality is delete record create log record in another table the delete works fine when

Re: performance issue on delete record

2009-08-21 Thread Chuck Hill
On Aug 21, 2009, at 3:55 AM, Shelley Eitzen wrote: Hi All, WebObjects 5.3 Mac OSX 10.5.8 Openbase 11.0 we are having a performance issue when we delete a record. application functionality is delete record create log record in another table the delete works fine when there is less than

Re: performance issue on delete record

2009-08-21 Thread Mike Schrag
delete manually without EOF -- just execute that SQL yourself -- is it still slow? this will tell you database vs eof. ms On Aug 21, 2009, at 6:55 AM, Shelley Eitzen wrote: Hi All, WebObjects 5.3 Mac OSX 10.5.8 Openbase 11.0 we are having a performance issue when we delete a record

performance issue on delete record

2009-08-21 Thread Shelley Eitzen
Hi All, WebObjects 5.3 Mac OSX 10.5.8 Openbase 11.0 we are having a performance issue when we delete a record. application functionality is delete record create log record in another table the delete works fine when there is less than 168763 records in the table we are deleting from, but as