What is the best connection pooling library available for Java/JDBC?
I\'m considering the 2 main candidates (free / open-source):
For the auto-reconnect issue with DBCP, has any tried using the following 2 configuration parameters?
validationQuery="Some Query" testOnBorrow=true