Sure Armin,

http://jakarta.apache.org/commons/dbcp/configuration.html

parameter initialSize added since 1.2 version of jar.

I am trying to setup a case where x connections are in the pool per
number of users, setup the maxActive to expected load, setup some
eviction threads and test that after peak usage increase our connection
pools to maxActive threshold, that when eviction threads run, we come
back down to our original pool settings.  

I may have to use JBoss to accomplish this, but my code base supports
Tomcat and Jboss in production using DBCP and I would like to keep this
the same.

Thanks
-Eric

-----Original Message-----
From: Armin Waibel [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 21, 2006 1:30 PM
To: OJB Users List
Subject: Re: OJB-DBCP initial connection pool setting support

Hi Eric,

Ferrer, Eric wrote:
> Hi,
> 
>  
> 
> DBCP supports an initialSize property for initializing connections on
> startup, does OJB support this parameter?
> 

A DBCP property 'initialSize' is not supported. Could you point me at 
the DBCP doc-section describe this property?

regards,
Armin


>  
> 
> Thanks
> 
> -Eric
> 
>  
> 
>  
> 
> Disclaimer: 
> This email may contain confidential and privileged material for the
sole use of the intended recipient(s) and only for those purposes
previously or herein authorized by the sender. Any review, use,
distribution or disclosure by others, or use by the recipient for
unauthorized purposes, is strictly prohibited. If you are not the
intended recipient (or authorized to receive for the recipient), please
contact the sender by reply email and delete all copies of this message.
> 

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

Disclaimer: 
This email may contain confidential and privileged material for the sole use of 
the intended recipient(s) and only for those purposes previously or herein 
authorized by the sender. Any review, use, distribution or disclosure by 
others, or use by the recipient for unauthorized purposes, is strictly 
prohibited. If you are not the intended recipient (or authorized to receive for 
the recipient), please contact the sender by reply email and delete all copies 
of this message.

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

Reply via email to