What is the best connection pooling library available for Java/JDBC?
I\'m considering the 2 main candidates (free / open-source):
c3p0 is good when we are using mutithreading projects. In our projects we used simultaneously multiple thread executions by using DBCP, then we got connection timeout if we used more thread executions. So we went with c3p0 configuration.