DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27493>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27493 GenericKeyedObjectPool: maxTotal limit enhancement Summary: GenericKeyedObjectPool: maxTotal limit enhancement Product: Commons Version: 1.1 Final Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Pool AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Patch posted on commons-dev 29-02-2004 by Todd Carmichael ========================================================== If maxTotal is specified for genericKeyedObjectPool, then clearOldest method is called which removes the oldest 15% of the objects from the pool: basically the cache now implements an LRU for pruning. At some point it would be nice if the percentage was configurable. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
