1The Pool Component 2 3 Pool provides an Object-pooling API, with three major aspects: 4 1. A generic object pool interface that clients and implementors can 5 use to provide easily interchangable pooling implementations. 6 2. A toolkit for creating modular object pools. 7 3. Several general purpose pool implementations. 8