If you implement this interface and use the ExcaliburComponentManager, the
component will be pooled with default values.
If you want to change them:
ECM takes those three attributes: <myComp pool-min="2" pool-max="8"
pool-grow="4"/> from the config object you pass as the third param when
adding the component:
cm.addComponent( compRole, comp.getClass(), componentConfig );
(I think the example displays the default values)
MfG, Michael
> -----Original Message-----
> From: Jason Zheng [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 01, 2002 1:42 AM
> To: '[EMAIL PROTECTED]'
> Subject: newbie question about Poolable
>
>
> Hi,
> If I want to make a component pooled, what else should I do except for
> implementing Poolable interface? How could I control the
> min, max size of
> the pool?
>
> Thank you
> Jason
>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>