diff options
Diffstat (limited to 'java/jakarta-commons-pool/pkg-descr')
-rw-r--r-- | java/jakarta-commons-pool/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/java/jakarta-commons-pool/pkg-descr b/java/jakarta-commons-pool/pkg-descr new file mode 100644 index 00000000000..5aaed0ab419 --- /dev/null +++ b/java/jakarta-commons-pool/pkg-descr @@ -0,0 +1,9 @@ +The Pool Component + + 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. + +WWW: http://jakarta.apache.org/commons/pool |