« The Apache Newsletter : Issue #2 -- Aug-Sep 2003 | Main | 22 October 2003 - Lucene 1.3 RC2 Released »

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):

For more information on Jakarta Commons Pool Component, see the Jakarta Commons Pool Component web site.

----

Project Info -- Apache Commons Pool

DOAP File

Apache Commons Object Pooling Library

Releases can be downloaded from http://commons.apache.org/downloads/download_pool.cgi

Project Websitehttp://commons.apache.org/pool/
Programming LanguagesJava
Categorieslibrary
Mailing Listshttp://commons.apache.org/mail-lists.html
Bug/Issue Trackerhttp://issues.apache.org/jira/browse/POOL
Project Management CommitteeApache Commons

Access to the source code:

Browsehttp://svn.apache.org/viewvc/commons/proper/pool/trunk
SVN Directhttp://svn.apache.org/repos/asf/commons/proper/pool
Posted by Tetsuya Kitahata at October 22, 2003 03:37 AM
http://www.apachenews.org/archives/000103.html
[ Category : Apache Jakarta ] (PDF)(XML)