Re: no timeout in AbstractJdbc23PoolingDataSource#getPooledConnection - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: no timeout in AbstractJdbc23PoolingDataSource#getPooledConnection
Date
Msg-id alpine.BSO.2.00.1005281433080.30913@leary.csoft.net
Whole thread Raw
In response to no timeout in AbstractJdbc23PoolingDataSource#getPooledConnection  (harryh <harryh@gmail.com>)
List pgsql-jdbc

On Tue, 18 May 2010, harryh wrote:

> Is there any particular reason that there is no way to set a timeout
> on acquiring a connection from the connection pool?  It seems like
> this would be very useful, and also trivial to add to the driver.
> More than happy to submit a patch, but this is such a glaring omission
> I'm guessing there must be some reason for it.

The connection pool included with the driver is pretty bare bones.  It's
functional, but not a whole lot more.  In general we've steered people who
need more than basic pooling to other projects like DBCP because it
doesn't make sense to replicate all of that functionality in the driver's
pool when DBCP is driver independent.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Dobes
Date:
Subject: setBlob() copies the blob, even it was already a PostgreSQL blob!
Next
From: Kris Jurka
Date:
Subject: Re: setBlob() copies the blob, even it was already a PostgreSQL blob!