tomcat-dbcp vs commons-dbcp

后端 未结 6 1124
耶瑟儿~
耶瑟儿~ 2020-12-02 06:05

It seems there is a lot of confusion between these two connection pooling libraries. What I want to know is which one is better (if at all)?

Here are some points whi

6条回答
  •  伪装坚强ぢ
    2020-12-02 06:33

    Here's a list of advantages of using Tomcat JDBC pool rather than commons-dbcp: http://people.apache.org/~fhanik/jdbc-pool/jdbc-pool.html

提交回复
热议问题