Irv Salisbury wrote:
I have a few questions about pooling

1. Where is the code that creates all the poolable objects and loads
them into a pool?  It seems like there is some avalon class that
controls the pool and implements the pool.

http://svn.apache.org/repos/asf/excalibur/trunk/components/pool/


2. Does anyone have any insight into what methods are used to
determine if the pool should shrink (assuming it does shrink when
objects are not needed)

SoftResourceLimitingPool can shrink. DefaultComponentPool extends SoftResourceLimitingPool. DefaultPool will invoke shrink on put.

Vadim

Reply via email to