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=39341>. 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=39341 Summary: maxActive, maxIdle, maxTotal apply to all keys in a GenericKeyedObjectPool Product: Commons Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: enhancement Priority: P5 Component: Pool AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The documentation implies that the maxActive, maxIdle, and maxTotal values apply to each keyed pool independently, so that the maximum number of objects that a pool could hold would be number of keys times maxTotal. Unfortunately, maxTotal applies to all keys. So, if one key contains maxTotal objects, an object must be passivated, before another one can be added to the pool under a different key. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
