Re: Pooled connections idle timeout

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Daniele Depetrini <daniele(dot)depetrini(at)criticalpath(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Pooled connections idle timeout
Date: 2008-08-18 22:24:15
Message-ID: 48A9F68F.7010407@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Warren Bell 2008-08-19 00:36:25 Re: Problem escaping, nonstandard use of \\ in a string literal
Previous Message Daniele Depetrini 2008-08-18 22:09:26 Re: Pooled connections idle timeout