DBPool: JDBC Connection Pooling - updated
From: G Winstanley (stanlink_at_hotmail.com)
Date: 10/17/03
- Next message: ragnart: "Select * from table T where T.ssn IN (...arraylist...) - How to do this"
- Previous message: Kathy Benson: "Re: MSSQL JDBC with J2SE 1.4.1 ??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: ragnart: "Select * from table T where T.ssn IN (...arraylist...) - How to do this"
- Previous message: Kathy Benson: "Re: MSSQL JDBC with J2SE 1.4.1 ??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|