Re: [Connector] Stress tests

2004-06-25 Thread Hamilton Verissimo de Oliveira (Engenharia - SPO)
Just giving you a status report: I've just run 55 threads against my pool (configured to a max of 20 connections) and haven't seen any big problem. The only exception I've seen was java.lang.IllegalStateException: deque is full at org.apache.geronimo.connector.outbound.SinglePoolConnecti

Re: [Connector] Stress tests

2004-06-24 Thread David Jencks
On Thursday, June 24, 2004, at 02:03 PM, Hamilton Verissimo de Oliveira (Engenharia - SPO) wrote: -Mensagem original- De: David Jencks [mailto:[EMAIL PROTECTED] I'm not sure what adapter you are using, or if Oracle actually supplies an adapter themselves (there appear to be some adapter

Re: [Connector] Stress tests

2004-06-24 Thread Hamilton Verissimo de Oliveira (Engenharia - SPO)
-Mensagem original- De: David Jencks [mailto:[EMAIL PROTECTED] > I'm not sure what adapter you are using, or if Oracle actually supplies > an adapter themselves (there appear to be some adapter classes in the > 10g jar). As adapter you do you mean "JCA-JDBC"? I'm using OpenEJB impleme

Re: [Connector] Stress tests

2004-06-24 Thread David Jencks
I started on some tests but didn't come to any conclusions. You might want to check that the application code is closing connections and ending transactions promptly. I'm not sure what adapter you are using, or if Oracle actually supplies an adapter themselves (there appear to be some adapter cl

[Connector] Stress tests

2004-06-24 Thread Hamilton Verissimo de Oliveira (Engenharia - SPO)
Hi there, Has anyone made some stress tests on connection pool's implementation under Connector? I know its code, and I don't think I've seen bottlenecks, but people from the QA team here raised this issue. My environment: - Oracle database - Pool with 20 connection at maximum - Through JMeter