Download List

项目描述

BoneCP is a Java JDBC connection pool implementation that is tuned for high performance by minimizing lock contention to give greater throughput for your applications. It currently beats all known connection pools, including C3P0 and DBCP, as shown on the benchmark section on the site.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-04-05 22:28
0.7.1

新功能和增加了大量的错误修正
Plenty of new features and bug fixes were added

2010-10-13 23:36
0.7.0

一个建筑改变是为了使池更快。错误是固定的。一堆的新特性增加了。
标签: Stable
An architectural change was done to make the pool faster. Bugs were fixed. A bunch of new features were added.

2010-07-28 02:58
0.6.7.2

这主要是一个维护版本。修复了对idleMaxAge / idleConnectionTester,多个节点在XML配置,以及北角上的getConnection超时。批处理语句记录正确。该onAcquireFail钩增强,和一个小错误已在此过程中固定。一个驱动程序属性选项被添加。连接不再是封闭的时候关闭。一个紧密连接观看的调试工具错误是固定的。全部释放佣工终止时关闭。
标签: Maintenance Release
This is mostly a maintenance release. Fixes were made for idleMaxAge/idleConnectionTester, multiple nodes in XML configuration, and an NPE on getConnection timeout. Batch statements are logged properly. The onAcquireFail hook was enhanced, and a tiny bug was fixed in the process. A driver properties option was added. The connection is no longer closed off when shutting down. A bug in the close connection watch debug tool was fixed. All release helpers are terminated when shutting down.

2010-06-28 21:58
0.6.6

一名司机属性选项被添加。基于XML的配置支持加入。 onAcquireFail增强。连接超时配置选项被添加。全部JDK5的相容性增加。内部报表暴露出来。加入该onConnectionException钩。禁用连接跟踪,是现在允许。现在登录批处理语句正确。一个懒惰初始化的比赛是固定的。现在是一个潜在的种族避免。静被从终结。在添加一个新的连接潜在错误是固定的。现在有1.25单元测试,提供100%的单元测试覆盖率。
标签: Stable
A driver properties option was added. XML-based configuration support was added. onAcquireFail was enhanced. A connection timeout configuration option was added. Full JDK5 compatibility was added. Internal statements are exposed. The onConnectionException hook was added. Disabling connection tracking is now allowed. Batch statements are now logged properly. A lazy init race was fixed. A potential race is now avoided. Statics were removed from finalizers. A potential bug in adding a new connection was fixed. There are now 125 unit tests, which provide 100% unit test coverage.

2010-06-05 09:51
0.6.6-rc1

此版本增加了一个onConnectionException挂钩,使自定义操作时,连接失败。它暴露的内部报表,为的getConnection超时允许,并允许代码与JDK5兴建。它消除了由聚甲醛log4j的依赖,沉默警告,使得config.toString()在几分钟内报告超时。一个条件在PoolWatch潜在的种族是可以避免的。静态已从终结,以允许多个创建/销毁池周期。阿启动挂在单处理器在lazyInit =真正已得到修复。有121个单元测试和测试覆盖率100%。
This release adds an onConnectionException hook to allow custom action when a connection fails. It exposes internal statements, allows for getConnection timeouts, and allows code to be built with JDK5. It removes the log4j dependency from pom, silences a warning, and makes config.toString() report timeouts in minutes.
A potential race condition in PoolWatch is avoided. Static has been removed from finalizer to allow for multiple create/destroy pool cycles. A startup hang on single processor where lazyInit = true has been fixed. There are 121 unit tests and 100% test coverage.

Project Resources