Users List
Subject: Re: More number of connections got created than maxActive
Isn't it http://issues.apache.org/jira/browse/DBCP-28 ?
"Connection leak ..."
It was fixed in DBCP 1.2.2.
You may want to read through the Release History of DBCP for
other bugs that have been already fo
l 1.3)?
Bhaskar
> -Original Message-
> From: Konstantin Kolinko [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 16, 2007 8:57 PM
> To: Tomcat Users List
> Subject: Re: More number of connections got created than maxActive
>
> Isn't it http://issues
Isn't it http://issues.apache.org/jira/browse/DBCP-28 ? "Connection leak ..."
It was fixed in DBCP 1.2.2.
You may want to read through the Release History of DBCP for other
bugs that have been already found and fixed,
http://commons.apache.org/dbcp/changes-report.html
-
[mailto:[EMAIL PROTECTED]
> > Sent: Monday, October 15, 2007 6:59 PM
> > To: Tomcat Users List
> > Subject: Re: More number of connections got created than maxActive
> >
> > Can you determine with certainty that this one pool was responsible
> > for a
More number of connections got created than maxActive
>
> Can you determine with certainty that this one pool was
> responsible for all 121 connections? You don't have any
> other webapps with their own pool hitting the same db?
>
> --David
>
> Bhaskar wrote:
>
> &
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
David,
David Smith wrote:
>> Also, if you have a connection leak, then DBCP will continue to create
>> connections to meet demand, even if the old connections are not closed.
>> Since they are no longer in the "pool" (since they were never returned),
Also, if you have a connection leak, then DBCP will continue to create
connections to meet demand, even if the old connections are not closed.
Since they are no longer in the "pool" (since they were never returned),
they don't count against the "size" of the pool.
Huh?? Borrowed objects ar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Bhaskar,
Bhaskar wrote:
> Issue is when i restarted tomcat, i seen there were only 6 connections.
> After 15 minutes, i see there were 121 connections in netstat against oracle
> port.
>
> Can someone please help me understand the DBCP behaviour her
Can you determine with certainty that this one pool was responsible for
all 121 connections? You don't have any other webapps with their own
pool hitting the same db?
--David
Bhaskar wrote:
Hi,
I am currently using dbcp 1.2.1 with common pool 1.3. Currently i have
following settings in serv