Simply copied from ATR and placed here - we probably need a better place for it some time soon.
A Velocity
ParserPool
implementation that is backed by commons-pool. This pool respects the following
properties.
The cap on the total number of object instances managed by the pool.
Negative values mean that there is no limit to the number of objects allocated by the pool.
Default: .
The cap on the number of "idle" instances in the pool. Use a negative
value to indicate an unlimited number of idle instances.
Default:
Maximum number of milliseconds to block when borrowing an object.
Default: