Download List

Descripción del Proyecto

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-07-28 02:58 Back to release list
0.6.7.2

Esto es sobre todo una versión de mantenimiento. Se hicieron correcciones para idleMaxAge / idleConnectionTester, varios nodos en la configuración de XML, y un tiempo de espera en la NPE getConnection. declaraciones por lotes se registran correctamente. El gancho onAcquireFail se ha mejorado, y un pequeño error fue corregido en el proceso. Una opción de propiedades del controlador se añadió. La conexión ya no está cerrado al apagar. Un error en la herramienta de depuración con una estrecha vigilancia fue corregido. Todos los ayudantes de liberación se terminan cuando se apaga.
Tags: 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.

Project Resources