Re: Connection Pool Tuning

2009-06-30 Thread Mark Thomas
daniel steel wrote: > hi all, > we are running a load test using tomcat6 with SQL Server and dbcp > connection pooling. > This is our current conn pool set up - Some of the parameters are not ideal > for prod env.. > > initialSize="5" > maxActive="-2" > maxIdle="85" > maxWait="1" > timeBet

Connection Pool Tuning

2009-06-30 Thread daniel steel
hi all, we are running a load test using tomcat6 with SQL Server and dbcp connection pooling. This is our current conn pool set up - Some of the parameters are not ideal for prod env.. initialSize="5" maxActive="-2" maxIdle="85" maxWait="1" timeBetweenEvictionRunsMillis="180" removeAba