Apache Commons Pool

From Java Example Source Code

Jump to: navigation, search

[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

Personal tools