Re: jdbc pooling question - Mailing list pgsql-jdbc

From Neil Murray
Subject Re: jdbc pooling question
Date
Msg-id 01d001c3d881$e6af8830$020ba8c0@NOTEBOOK2
Whole thread Raw
In response to jdbc pooling question  ("Marcus Andree S. Magalhaes" <marcus.magalhaes@vlinfo.com.br>)
Responses Re: jdbc pooling question  ("Marcus Andree S. Magalhaes" <marcus.magalhaes@vlinfo.com.br>)
Re: jdbc pooling question  ("John Sidney-Woollett" <johnsw@wardbrook.com>)
List pgsql-jdbc
> We're suffering (probably) a connection leak problem while
> using Jdbc2PoolingDataSource that comes with jdbc drivers
> for postgres 7.3.

I posed a similar question to the forum a couple of weeks back and got no
answer. I have similar problems, but my biggest bugbear is the fact that the
Jdbc3PoolingDataSource (I use the JDBC3 drivers) does not throw any timeout
exception if you use getConnection() and there are no available connections
in the pool. The reason why there are no connections left in the pool is a
matter I need to investigate further, but I could be experiencing a similar
problem to you.

My team is working on our own connection pool - which will provide a bit
more transparency.



pgsql-jdbc by date:

Previous
From: "Marcus Andree S. Magalhaes"
Date:
Subject: jdbc pooling question
Next
From: Kris Jurka
Date:
Subject: Re: setFetchSize