DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30426>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30426 need property for removing objects above min Summary: need property for removing objects above min Product: Commons Version: 1.2 Final Platform: All OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Pool AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In GenericObjectPool, the evict thread removes all objects when minIdleTimeout has been exceeded, including the min number we want to have avaialable at all times. It would be a good idea to be able to have a param that removes all extra objects above minIdle but leaves the minIdle ones intact. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
