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 connections as
standard set max and min to 5


>>> [EMAIL PROTECTED] 11/13/02 09:41am >>>
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 aren't being killed.
I am using connection.close() to close the connection.
Do I need to do something with the connection pool (a clean up or
something?)
I can't see any methods for it which seem to do such a thing

Help
Rich
The information contained in this communication is intended solely for the use of the 
individual or entity to whom it is addressed and others authorized to receive it.  It 
may contain confidential or legally privileged information.  If you are not the 
intended recipient you are hereby notified that any disclosure, copying, distribution 
or taking any action in reliance on the contents of this information is strictly 
prohibited and may be unlawful. If you received this communication in error, please 
notify us immediately by responding to this email and then delete it from your system.
Appleyard Finance Holdings Ltd or its subsidiaries are neither liable for the proper 
and complete transmission of the information contained in this communication nor for 
any delay in its receipt.

--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to