Re: Idle Connection force-close ?

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: Idle Connection force-close ?
Дата
Msg-id 20040213123535.GE2222@phlogiston.dyndns.org
обсуждение исходный текст
Ответ на Idle Connection force-close ?  (John Gibson <gib@edgate.com>)
Список pgsql-general
On Thu, Feb 12, 2004 at 10:02:46AM -0800, John Gibson wrote:

> connections.  (I know... fix the application).  In the short term, I
> would like to find out if the database engine has a time-out
> configuration option for idle connections where it would force-close
> the connections.
>
> Is there such an option?

No.  If the connection is live and idle, it'll sit there forever.  If
the client is actually gone but the connection stays alive, then
tcp/ip will eventually shut it down.

A

--
Andrew Sullivan

В списке pgsql-general по дате отправления:

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: pg_class and relfilenode
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: inheritance vs performance