The JDBC Connection Pool org.apache.tomcat.jdbc.pool is a replacement or an alternative to the commons-dbcp connection pool. So why do we need a new connection pool? Here are a few of the reasons: commons-dbcp is single threaded, in order to be thread safe commons-dbcp locks the entire pool, even during query validation. commons-dbcp is slow - as the number of logical CPUs grow, the performance su
{{#tags}}- {{label}}
{{/tags}}