October 22, 2003
22 October 2003 - Commons Pool 1.1 Released
ANNOUNCEMENT:
The Jakarta Commons Team is proud to announce the release of version 1.1 of the Jakarta Commons Pool component.
Commons-Pool provides a generic object pooling interface, a toolkit for creating modular object pools, and several general purpose pool implementations.
There were a lot changes since the 1.0.1 release on 12 Aug 2002.
- A lot of corner cases were fixed.
- Performance improvement by optimizing pool synchronization, the critical code paths were optimized by reducing pool synchronization but we also added more synchronization where needed.
- New minIdle feature: the minimum number of objects allowed in the pool before the evictor thread (if active) spawns new objects. (Note no objects are created when: numActive + numIdle >= maxActive)
- New maxTotal feature: a cap on the total number of instances controlled by a pool. Only for GenericKeyedObjectPool where maxActive is a cap on the number of active instances from the pool (per key).
- UML Class & sequence diagrams.
- This release contains bug fixes to all known issues.
DOWNLOADS (source and binaries -- from mirror):
- Binaries: http://jakarta.apache.org/site/binindex.cgi
- Source Code: http://jakarta.apache.org/site/sourceindex.cgi
For more information on Jakarta Commons Pool Component, see the Jakarta Commons Pool Component web site.
Posted by Tetsuya Kitahata at October 22, 2003 03:37 AMProject Info -- Apache Commons Pool
Apache Commons Object Pooling Library
Releases can be downloaded from http://commons.apache.org/downloads/download_pool.cgi
Project Website http://commons.apache.org/pool/ Programming Languages Java Categories library Mailing Lists http://commons.apache.org/mail-lists.html Bug/Issue Tracker http://issues.apache.org/jira/browse/POOL Project Management Committee Apache Commons Access to the source code:
Browse http://svn.apache.org/viewvc/commons/proper/pool/trunk SVN Direct http://svn.apache.org/repos/asf/commons/proper/pool
http://www.apachenews.org/archives/000103.html
[ Category : Apache Jakarta ] (PDF)(XML)

