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 Requirements

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-06-28 21:58 Back to release list
0.6.6

드라이버 속성 옵션이 추가되었습니다. XML 기반의 구성 지원이 추가되었습니다. onAcquireFail이 강화되었습니다. 연결 시간 초과 구성 옵션이 추가되었습니다. 전체 JDK5 호환성이 추가되었습니다. 내부 문은 노출됩니다. onConnectionException 훅가 추가되었습니다. 해제 연결 추적 이제 허용됩니다. 배치 문은 이제 올바르게 기록됩니다. 게으른 초기화 경주가 수정되었습니다. 잠재적인 경쟁은 이제 피할 수 있습니다. 정적이 finalizers에서 제거되었습니다. 새 연결을 추가하는 잠재적인 버그가 수정되었습니다. 현재 100 % 단위 테스트 범위를 제공하는 125 단위 테스트가 있습니다.
Tags: 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.

Project Resources