hello
I am using commons.pool for pooling sql connection,
And I have 2 questions
1-is the StackObjectPool the ObjectPool implementation that I should use in
this case
//PoolableObjectFactory factory = new ConnectionPoolFactory();
//ObjectPool pool = new StackObjectPool(factory, 3);
2-should I apply a singleton pattern on my pool, in order to be used in all
my application


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to