Mark Woon wrote:
>Can anyone point me to anything that might document the config syntax
>for Poolable? How do you specify what the min/max number of objects a
>Pool should hold? What needs to be done other than using the Poolable
>marker interface?
>
If your component implements Poolable, this is as simple as adding the
following attributes to your component definition:
<mycomponent pool-min="1" pool-max="10" pool-grow="1">
<dbpool>my-db</dbpool>
</mycomponent>
Cheers,
Leif
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>