Connection pooling options with JDBC: DBCP vs C3P0

前端 未结 16 2062
遥遥无期
遥遥无期 2020-11-22 06:17

What is the best connection pooling library available for Java/JDBC?

I\'m considering the 2 main candidates (free / open-source):

  • Apache DBCP - http:/
16条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-22 06:56

    A good alternative which is easy to use is DBPool.

    "A Java-based database connection pooling utility, supporting time-based expiry, statement caching, connection validation, and easy configuration using a pool manager."

    http://www.snaq.net/java/DBPool/

提交回复
热议问题