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-06-05 09:51 Back to release list
0.6.6-rc1

Esta versión incluye un gancho onConnectionException para permitir una acción personalizada cuando falla la conexión. Expone estados internos, permite tiempos de espera getConnection, y permite que el código que se construirá con JDK5. Se elimina la dependencia de log4j pom, silencios una advertencia, y hace config.toString () tiempos de espera de informe en cuestión de minutos. Una condición de carrera potencial en Poolwatch se evita. Estático se ha eliminado de finalizador para permitir crear varios / destruir los ciclos de la piscina. Un inicio de colgar en un solo procesador, donde lazyInit = true se ha solucionado. Hay pruebas de 121 unidades y una cobertura del 100% de prueba.
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