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=39314>.
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=39314





------- Additional Comments From [EMAIL PROTECTED]  2006-04-16 10:26 -------
(In reply to comment #6)
> First, there is no "pool size" setting in GenericObjectPool. This bug report 
> is
> based on the incorrect assumption that there is such a thing. There are
> maxActive and maxIdle settings but they are not the same thing as the "pool 
> size".

OK, please tell me then, how can I have the "naive pool" concept given in
Wikipedia with commons pool, i.e. a finite set of initialised objects that can
be requested from the pool and be returned to the pool?

Concrete, how can commons pool manage a finite pool of 20 LDAP connections?
Which pool implementation should I use, so that makeObject() only gets called 20
times and there are only 20 LDAP connections in the pool?

-- 
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]

Reply via email to