org.apache.avalon.excalibur.pool.DefaultPool shadows the field m_min which is already (and necessarily) declared in AbstractPool. although the value is set at construction-time of AbstractPool, it appears to be zero when later accessed. Thus the pool limit is never enforced. That might have been earlier observed, if the size() method would behave as expected and return the size of only the ready list!
regards /eike --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
