annotate lib/org.apache.commons.pool_1.5/readme.txt @ 0:db87c1b7eb6d

initial
author dwinter
date Wed, 03 Nov 2010 12:18:46 +0100
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
db87c1b7eb6d initial
dwinter
parents:
diff changeset
1 -------------------
db87c1b7eb6d initial
dwinter
parents:
diff changeset
2 Apache Commons Pool
db87c1b7eb6d initial
dwinter
parents:
diff changeset
3 -------------------
db87c1b7eb6d initial
dwinter
parents:
diff changeset
4
db87c1b7eb6d initial
dwinter
parents:
diff changeset
5 "Pool provides an Object-pooling API, with three major aspects:
db87c1b7eb6d initial
dwinter
parents:
diff changeset
6 1. A generic object pool interface that clients and implementors can use to
db87c1b7eb6d initial
dwinter
parents:
diff changeset
7 provide easily interchangable pooling implementations.
db87c1b7eb6d initial
dwinter
parents:
diff changeset
8 2. A toolkit for creating modular object pools.
db87c1b7eb6d initial
dwinter
parents:
diff changeset
9 3. Several general purpose pool implementations."
db87c1b7eb6d initial
dwinter
parents:
diff changeset
10
db87c1b7eb6d initial
dwinter
parents:
diff changeset
11 For more information:
db87c1b7eb6d initial
dwinter
parents:
diff changeset
12 http://commons.apache.org/pool/