DBPool: JDBC Connection Pooling - updated

From: G Winstanley (stanlink_at_hotmail.com)
Date: 10/17/03


Date: Fri, 17 Oct 2003 11:42:54 +0100


Latest update of DBPool is available at http://www.snaq.net/java/DBPool/

DBPool is a pure-Java library for the pooling of JDBC connections for
applications that require high performance database access.

Features include:

* Pool Manager to allow easy configuration and/or quick startup
* User-configurable pools to achieve high performance
* Caching of statements to provide maximum performance
* Multiple connection pools simultaneously
* User-definable connection validation allows increased reliability
* Absolute connection limit allows constraining to RDBMS licence
restrictions
* Improved performance through caching of statements
* It's FREE, and source code is included

(Also provided is the base ObjectPool class which can be extended to allow
the use to create a custom pooling system for any object-type, documentation
included).

DBPool has been used in many large-scale commercial applications throughout
it's lifetime and various stages of development, on both Solaris and Windows
deployment platforms.

Stan



Relevant Pages

  • Re: [ANN] DBPool : JDBC Connection Pooling - v4.7.2 released
    ... > A new version of DBPool has been released, ... > applications that require high performance database access. ... > * User-configurable pools to achieve high performance ... > * User-definable connection validation allows increased reliability ...
    (comp.lang.java.databases)
  • [ANN] DBPool : JDBC Connection Pooling - v4.7.2 released
    ... A new version of DBPool has been released, ... applications that require high performance database access. ... * User-configurable pools to achieve high performance ... * User-definable connection validation allows increased reliability ...
    (comp.lang.java.databases)
  • [ANN] DBPool : JDBC Connection Pooling - v4.7 released
    ... A new version of DBPool has been released, ... applications that require high performance database access. ... User-configurable pools to achieve high performance ... User-definable connection validation allows increased reliability ...
    (comp.lang.java.databases)
  • Re: how can i fix this DBPool???
    ... > I am using a dbpool written by myself,but recently i find there are ... > some trouble to connect mysql server. ... > so lot of works to be done if i change to j2ee datasoure, ... > whether a connection is valid, ...
    (comp.lang.java.databases)