Commons-DBCP provides database connection pooling services. Together with Commons-Pool it is the default JNDI datasource provider for Tomcat.
There were some new features were added since the 1.1 release on 20 October 2003.
* Performance optimizations for the PoolableConnectionFactory of
BasicDataSource.
* Add BasicDataSourceFactory.createDataSource(Properties
properties) for creating a BasicDataSource.
* Add initialSize parameter to do pre-loading of the connection.
* Refactoring of the DelegatingStatement classes.
* Make some properties dynamic (changeble at runtime), this will
be completed in next release.
* Improvements to the prepared statement pooling.
* Driver specific changes/optimizations for: Oracle, Informix,
DaffodilDB.
* Several fixes for PerUserPoolDataSource
* PoolingDriver uses now a PoolGuardConnectionWrapper by default.
If access to the underlying connection is needed, you have to
enable it:
PoolingDriver.setAccessToUnderlyingConnectionAllowed(true)
* This release contains bug fixes to all known issues.
(see release notes for more info)The latest binary release is always available on the Jakarta Binary Downloads page, its source is available from Jakarta Source Downloads page.
-- Dirk Verbeeck
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
