简体   繁体   English

Tomcat 连接池:tomcat-jdbc vs tomcat-dbcp,哪个更好?

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

Tomcat is using tomcat-dbcp as a default connection pool strategy, however they are also providing tomcat-jdbc as an alternative. Tomcat 使用 tomcat-dbcp 作为默认连接池策略,但他们也提供 tomcat-jdbc 作为替代方案。 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? tomcat-jdbc 没有像 jdbcInterceptors 这样的额外参数,tomcat-dbcp 是否有任何与拦截器匹配的参数? Also, which one has better community support and active development?还有,哪一个有更好的社区支持和积极发展?

From my experience, i would tell tomcat-jdbc is better for concurrent loads and also interms of community support根据我的经验,我会告诉 tomcat-jdbc 更适合并发负载以及社区支持

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM