Even if you do set the pool to grow when exhausted, which does get around the -1 problem, if you set your idle connection reclamation settings low you'll still basically be without a pool as the pool will likely always be creating new connections when you request one.
So my suggestion, if you want an unlimited number of connections is to set the max allowable connections to Integer.MAX_VALUE, which is really the max possible connections you can have open anyways.
Prashanth Adhikari wrote:
Could you tell what this bug was? We are having an issue with the Torque connection pooling where if we set defaultMaxActive to anything other than -1 we see poor performance in our load tests. If you know what this bug was plese let me know.
Thanks
Prashanth
From: Chad La Joie <[EMAIL PROTECTED]> Reply-To: "Jakarta Commons Users List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Pool project still active Date: Tue, 22 Jul 2003 09:07:17 -0400
Is the Pool project still active? I noticed a bug dealing with the max active connection behavior that was patched about a year ago, but no release was made incoporating that change. Is there any activity in that group, and if so could you please releae a 1.0.2 release that contains this and other bug fixes, or comment on whether the nightly builds are production quality. Thanks.
--
Chad La Joie
Project Manager (540) 231-6853
Middleware Services http://www.middleware.vt.edu
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Chad La Joie Project Manager (540) 231-6853 Middleware Services http://www.middleware.vt.edu
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]