Re: Postgres Disconnection problems

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postgres Disconnection problems
Дата
Msg-id 16832.1132371480@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Postgres Disconnection problems  ("Otto Blomqvist" <o.blomqvist@secomintl.com>)
Список pgsql-general
"Otto Blomqvist" <o.blomqvist@secomintl.com> writes:
> So far so good. Problem is that the postmaster does not detect this
> connection as dead and keeps it idle for an unknown amount of time. This is
> a real problem for us because we use persistent connections to authorize
> access to a custom built 68030 based system, which has a limited number of
> "slots" that we can use. By not releasing a dead connection we are also
> holding that 68030 slot busy.

PG 8.1 lets you fool with the TCP keepalive timeouts, if you are on a
platform that allows per-connection adjustment of them (which recent
Linuxen do).

            regards, tom lane

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

Предыдущее
От: "Jeremy Palmer"
Дата:
Сообщение: Re: DISTINCT ON
Следующее
От: Oliver Elphick
Дата:
Сообщение: Re: Upgrading from 8.0 to 8.1 on Debian