Hello,
I'm using apache DBCP and I'm not sure what values for those setting I
should chose in a productive environment. If I understand correctly,
when the application releases a connection and maxIdle is not yet
reached, the connection will stay opened and idle in the pool.

Now if the application needs another connection, will one of the idle
be given to the app or a new one opened ? What does it bring to keep
opened idle connections ? Is there a maxActive/maxIdle ratio that
should be respected ?

Thanks,
Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to