Apache Commons Pool
From Java Example Source Code
[edit] Overview Apache Commons Pool
Apache Commons Pool provides an Object-pooling API, with three major aspects:
- A generic object pool interface that clients and implementors can use to provide easily interchangable pooling implementations.
- A toolkit for creating modular object pools.
- Several general purpose pool implementations.
[edit] Apache Commons Pool Resources
- Web site: http://commons.apache.org/pool/
- Download: http://commons.apache.org/downloads/download_pool.cgi
- Java API: Apache Commons Pool API
- Examples: Apache Commons Pool by exampes
- Tutorial:
- News or Forums:
