On Sun, Oct 17, 2010 at 12:38 PM, James Carman
<ja...@carmanconsulting.com> wrote:
> From the Javadocs for GenericObjectPool:
>
> "when the pool is exhausted (i.e., the maximum number of active
> objects has been reached), the borrowObject()  method should simply
> create a new object anyway. "
>
> So, it's a different case.  It allows for you to disregard the maximum size.
>

Sorry, this is the description of the WHEN_EXHAUSTED_GROW option.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to