Tomcat Connection pool : tomcat-jdbc vs tomcat-dbcp, which is better?

465 views Asked by At

Tomcat is using tomcat-dbcp as a default connection pool strategy, however they are also providing tomcat-jdbc as an alternative. Which connection pooling is better for concurrent load? tomcat-jdbc is having few extra parameter like jdbcInterceptors, does tomcat-dbcp have any matching parameter for Interceptors? Also, which one has better community support and active development ?

1

There are 1 answers

0
Hari Prassad Kannan On

From my experience, i would tell tomcat-jdbc is better for concurrent loads and also interms of community support