内容简介:1:基本介绍 小蜜蜂连接池是一款轻量级JDBC连接池 2:更新内容 1:使用AtomicReferenceArray替换并发队列作为连接传递载体 2:移除StatementTrance参数控制 3:与其他连接池对比 A: 性能对比 接池 3000*10 5000*1...
1:基本介绍
小蜜蜂连接池是一款轻量级JDBC连接池
2:更新内容
1:使用AtomicReferenceArray替换并发队列作为连接传递载体
2:移除StatementTrance参数控制
3:与其他连接池对比
A: 性能对比
| 接池 | 3000*10 | 5000*10 | 10000*10 |
| tomcat-jdbc-9.0.20 | 239.722400 | 556.895660 | 874.401330 |
| HikariCP-3.4.5 | 94.773967 | 25.057600 | 12.991780 |
| beecp-3.0.3 | 12.534267 | 8.967480 | 8.672330 |
更多详情信息:https://my.oschina.net/u/3918073/blog/4691624
B:缺陷数对比
| 池名 | 缺陷数 |
| c3p0-0.9.5.2 | 227 |
| commons-dbcp-1.4 | 112 |
| commons-dbcp2-2.6.0 | 89 |
| tomcat-jdbc-9.0.38 | 50 |
| HikariCP-3.4.5 | 90 |
| BeeCP3.0.3 | 20 |
更多详情信息:https://my.oschina.net/u/3918073/blog/4660195
4:版本下载
<dependency> <groupId>com.github.chris2018998</groupId> <artifactId>beecp</artifactId> <version>3.0.3</version> </dependency>
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Pattern Recognition and Machine Learning
Christopher Bishop / Springer / 2007-10-1 / USD 94.95
The dramatic growth in practical applications for machine learning over the last ten years has been accompanied by many important developments in the underlying algorithms and techniques. For example,......一起来看看 《Pattern Recognition and Machine Learning》 这本书的介绍吧!