l attempts to create "initialSize"
number of connections to the MySQL server. But it also drops it off
immediately in a second or two, leaving behind only 8-9 pooled connection.
Christopher Schultz-2 wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Yagnesh
Hi Chris,
Thanks for reply. I had tried using "com.mysql.jdbc.Driver" as well
earlier. But no luck :(
Christopher Schultz-2 wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Yagnesh,
>
> On 11/17/2009 12:32 AM, Yagnesh Chawda wrote:
>>
ash: SHA1
>
> Yagnesh,
>
> On 11/16/2009 9:09 AM, Yagnesh Chawda wrote:
>> My bean definition is as follows for DBCP:
>>
>> > class="org.apache.commons.dbcp.BasicDataSource">
>>
>>
>
> Your bean appears to be almost
Hi,
I am using Spring 2.5, Hibernate 3 and MySQL (5.0.45 (32 Bit), 5.0.84(64
Bit)) with commons-DBCP 1.2 in Tomcat-5.5
My issue is that even after specifying Connection pool of initialSize=40
and minIdle=35, my App. server is never keep only 9 connections open under
zero load condition. Wha