Java JDBC connection pool library choice in 2011/2012?

后端 未结 4 2091
日久生厌
日久生厌 2020-11-28 02:17

Which JDBC connection pool library should I use for a new application project (not web application)?

  • Apache DBCP has enough unresolved issues which are pushed
4条回答
  •  Happy的楠姐
    2020-11-28 02:49

    I know its too late for answer but I just found an interesting link which has given a broader scope to answer most your queries. But at the end HikariCP and BoneCP are much better than other options.

提交回复
热议问题