皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

BeeCP-2.5.1 发布,一款高性能 JDBC 连接池

1:基本介绍

小蜜蜂连接池是一款高性能的JDBC连接池,下面是与主流连接池的性能测试对比图

BeeCP-2.5.1 发布,一款高性能 JDBC 连接池

测试机器:CPU:  I3-7100,内存: 8G,操作系统:Win7_64

性能测试包: https://github.com/Chris2018998/BeeCP/blob/master/doc/other/HikariCP-benchmark_SafeClose.zip

 

2:版本内容(BeeCP-2.5.1)

1:优化池中等待/传递逻辑,性能略有提升

2:修复连接的Readonly未重置的问题

3:修复networkTimeout检查的警告的问题
3:版本下载

<dependency>
   <groupId>com.github.chris2018998</groupId>
   <artifactId>BeeCP</artifactId>
   <version>2.5.1</version>
</dependency>

Starter同步更新

<dependency>
	<groupId>com.github.chris2018998</groupId>
	<artifactId>spring-boot-starter-beecp</artifactId>
	<version>1.3.4.RELEASE</version>
</dependency>

4:项目地址

项目在Github上的地址: https://github.com/Chris2018998/BeeCP

转自 https://www.oschina.net/news/117780/beecp-2-5-1-released