Re: Pooled connections idle timeout

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Pooled connections idle timeout
Дата
Msg-id 48A9F68F.7010407@opencloud.com
обсуждение исходный текст
Ответ на Re: Pooled connections idle timeout  (Daniele Depetrini <daniele.depetrini@criticalpath.net>)
Ответы Re: Pooled connections idle timeout
Список 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 по дате отправления:

Предыдущее
От: Daniele Depetrini
Дата:
Сообщение: Re: Pooled connections idle timeout
Следующее
От: Warren Bell
Дата:
Сообщение: Re: Problem escaping, nonstandard use of \\ in a string literal