Hi, I just wonder that DBCP can monitor a connection pool to check if a connection is borrowed too long by a client periodically, if so then pool will mandatory move the connection from active to idle. This can void whoever borrow the connection and never return to pool. So we need to parameters can be set, one is the how often pool will monitor and other is how long a connection can be borrowed out.
Thanks, Paul
