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.

2010-04-21 00:50 Back to release list
0.6.5

其主要特点是交易自动重播,让所有的交易(从活动的BEGIN TRANSACTION提交/回滚)保存。如果一个可恢复的异常发生,例如,如果数据库出现故障或网络出现故障,池会自动播放所有的交易,让您的应用程序,并自动恢复正常。有104个单元测试,测试覆盖率100%。
标签: Stable
The main feature is the automatic replay of a transaction whereby all activity on a transaction (from BEGIN TRANSACTION to COMMIT/ROLLBACK) is saved. Should a recoverable exception occur, for example if the database fails or the network goes down, the pool will automatically play back all of the transaction, letting your application recover gracefully and automatically. There are 104 unit tests, with 100% test coverage.

Project Resources