Re: no timeout in AbstractJdbc23PoolingDataSource#getPooledConnection

From: Kris Jurka <books(at)ejurka(dot)com>
To: harryh <harryh(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: no timeout in AbstractJdbc23PoolingDataSource#getPooledConnection
Date: 2010-05-28 18:37:26
Message-ID: alpine.BSO.2.00.1005281433080.30913@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2010-05-28 18:52:40 Re: setBlob() copies the blob, even it was already a PostgreSQL blob!
Previous Message Dobes 2010-05-27 21:37:25 setBlob() copies the blob, even it was already a PostgreSQL blob!