connection pooling

Marvin Addison marvin.addison at gmail.com
Thu Apr 3 10:14:46 EDT 2014


> V3 if it assumes anything will be dbcp, not c3p0. I think c3p0 is actually
> defunct, at least based on what Chad had said several years ago.

May I recommend you consider tomcat-jdbc [1]. The simplicity of the
code is refreshing, particularly compared to
commons-dbcp/commons-pool. I've used it in a couple apps now and have
been pleased with performance. I should note that it can be used
independently of Tomcat; in fact we use it on Jetty with no hassles
whatever.

M

[1] https://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html


More information about the dev mailing list