发布于 2017-03-13 04:30:50 | 173 次阅读 | 评论: 0 | 来源: 网友投递
HikariCP JDBC 连接池
HikariCP 是一个高性能的 JDBC 连接池组件。
HikariCP 是一个高性能的 JDBC 连接池组件。
更新内容:
issue 821 if a disconnection class exception is thrown during initial connection setup, do not set the flag that indicates that checkDriverSupport() is complete.
issue 835 fix increased CPU consumption under heavy load caused by excessive spinning in the ConcurrentBag.requite() method.
issue 817 updated behavior of new initializationFailTimeout, please see the official documentation for details.
issue 742 add direct MXBean accessor methods to HikariDataSource for users who do not want run run JMX.
下载地址: