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

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-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-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 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 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. appli

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 1687

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 ther

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 rec