Re: Pooled connections idle timeout - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Pooled connections idle timeout
Date
Msg-id 48A9F68F.7010407@opencloud.com
Whole thread Raw
In response to Re: Pooled connections idle timeout  (Daniele Depetrini <daniele.depetrini@criticalpath.net>)
Responses Re: Pooled connections idle timeout
List pgsql-jdbc
Daniele Depetrini wrote:
> Hi Again,
>
> Any ideas?

There is no auto-idle-close mechanism in the pool implementation
provided by the driver.

The connection pool shipped with the driver is very basic. If it doesn't
do what you need it to, you probably want to use a 3rd party connection
pool (e.g. dbcp). I don't think there's much point in building any sort
of fully-featured connection pool to ship with the driver - there are
plenty of other implementations already out there.

-O


pgsql-jdbc by date:

Previous
From: Daniele Depetrini
Date:
Subject: Re: Pooled connections idle timeout
Next
From: Warren Bell
Date:
Subject: Re: Problem escaping, nonstandard use of \\ in a string literal