Re: TomEE performance degrades gradually

2014-04-10 Thread ivan_nikitsenka
Great, thanks -- View this message in context: http://openejb.979440.n4.nabble.com/TomEE-performance-degrades-gradually-tp4668090p4668693.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: TomEE performance degrades gradually

2014-04-09 Thread ivan_nikitsenka
/TomEE-performance-degrades-gradually-tp4668090p4668670.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: TomEE performance degrades gradually

2014-04-09 Thread Anthony Fryer
in context: http://openejb.979440.n4.nabble.com/TomEE-performance-degrades-gradually-tp4668090p4668673.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: TomEE performance degrades gradually

2014-04-09 Thread Romain Manni-Bucau
3, so it looks like the problem is isolated to the use of ejb2 cmp entity beans. -- View this message in context: http://openejb.979440.n4.nabble.com/TomEE-performance-degrades-gradually-tp4668090p4668673.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: TomEE performance degrades gradually

2014-04-09 Thread Romain Manni-Bucau
not seeing the same issue using ejb 3, so it looks like the problem is isolated to the use of ejb2 cmp entity beans. -- View this message in context: http://openejb.979440.n4.nabble.com/TomEE-performance-degrades-gradually-tp4668090p4668673.html Sent from the OpenEJB User mailing list archive

Re: TomEE performance degrades gradually

2014-04-09 Thread Howard W. Smith, Jr.
this message in context: http://openejb.979440.n4.nabble.com/TomEE-performance-degrades-gradually-tp4668090p4668673.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: TomEE performance degrades gradually

2014-04-08 Thread ivan_nikitsenka
initial performance but after 500 and more requests it becomes twice worse. -- View this message in context: http://openejb.979440.n4.nabble.com/TomEE-performance-degrades-gradually-tp4668090p4668650.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: TomEE performance degrades gradually

2014-04-04 Thread ivan nikitsenka
David Blevins david.blevins at gmail.com writes: I have noticed the same issue on my project. The EJB 2.x. Exactly the same behavior as described on the top First response is very quickly and then it becomes worse and aprox after 500 requests it performance becomes slower twice First

Re: TomEE performance degrades gradually

2014-04-04 Thread Jean-Louis MONTEIRO
Any cache to optimize? Prepared stmt activated on the pool? Anyway, thanks for the relevant feedback and for helping in the diagnose process. JLouis 2014-04-04 11:46 GMT+02:00 ivan nikitsenka nikitse...@gmail.com: David Blevins david.blevins at gmail.com writes: I have noticed the same

Re: TomEE performance degrades gradually

2014-04-04 Thread Howard W. Smith, Jr.
On Fri, Apr 4, 2014 at 6:39 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: On Fri, Apr 4, 2014 at 5:46 AM, ivan nikitsenka nikitse...@gmail.comwrote: query description/description query-method method-namefindAll/method-name

Re: TomEE performance degrades gradually

2014-04-04 Thread Howard W. Smith, Jr.
On Fri, Apr 4, 2014 at 7:07 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: yes, I have some quite complex SQL, and when I profile the app (via jvisualvm), I find that Apache Derby source code is not performing well with [my] SQL and/or [my] database design, etc... Correction,

Re: TomEE performance degrades gradually

2014-04-04 Thread Jean-Louis MONTEIRO
I tend to disagree with that. Each part of a system has it's own goal and scope. Database is for data so I tend to use it as much as possible for sorting, joining, etc, instead of relaying on Java for sorting collections or even JPA to get a parent, then all childs, then all childs but applying a

Re: TomEE performance degrades gradually

2014-04-04 Thread Howard W. Smith, Jr.
On Fri, Apr 4, 2014 at 7:21 AM, Jean-Louis MONTEIRO jeano...@gmail.comwrote: I tend to disagree with that. Each part of a system has it's own goal and scope. Database is for data so I tend to use it as much as possible for sorting, joining, etc, instead of relaying on Java for sorting

Re: TomEE performance degrades gradually

2014-03-10 Thread David Blevins
-performance-degrades-gradually-tp4668090p4668108.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: TomEE performance degrades gradually

2014-03-04 Thread Romain Manni-Bucau
gradually. Your help is highly appreciable. -- View this message in context: http://openejb.979440.n4.nabble.com/TomEE-performance-degrades-gradually-tp4668090p4668108.html Sent from the OpenEJB User mailing list archive at Nabble.com.