Apache Jakarta Commons Pool
Add to favorites
JDK version:1.4
Web site:http://jakarta.apache.org/commons/pool/ [License]
Pool provides an Object-pooling API, with three major aspects: 1. A generic object pool interface that clients and implementors can use to provide easily interchangable pooling implementations. 2. A toolkit for creating modular object pools. 3. Several general purpose pool implementations.
Packages
org.apache.commons.pool

Object pooling API.

org.apache.commons.pool.impl

Object pooling API implementations.