Bruno,

On 4/11/23 12:51, BRUNO MELLONI wrote:
I used org.apache.commons.dbcp2.BasicDataSource as my default
DataSource for over a decade in both Tomcat and standalone apps.
Very reliable.
Note that you are talking about commons-dbcp2 and John was asking about tomcat-pool (which is a different product).

Tomcat uses commons-dbcp2 by default, but can be configured to use its own tomcat-pool as well.

IMHO I would prefer commons-dbcp2 over tomcat-pool just because it has such a huge user-base in comparison, and it's got a dedicated team working on it. tomcat-pool doesn't get much attention around here... it's just kind of "done".

-chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to