Re: oracle.jdbc.pool not killing extra connections

2002-11-13 Thread Richard Johnstone
I think I have sussed the problem. It was to do with my max/min connections. I had min 5 and max 30 I assumed that all connection past 5 would be killed when done with when infact it is any connections beyond 30 that are binned (provided that cache scheme is DYNAMIC). So if you only want 5 connecti

oracle.jdbc.pool not killing extra connections

2002-11-13 Thread Richard Johnstone
I have a connection pool based on OracleConnectionCacheImpl from oracle.jdbc.pool When I want a connection I call getConnection and it all works fine. When I start to up the usage on the site It has to create a few new connections which is ok, but when these new connections are finished with, they