Re: tcp_keepalives_idle

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: tcp_keepalives_idle
Дата
Msg-id 14977.1384408931@sss.pgh.pa.us
обсуждение исходный текст
Ответ на tcp_keepalives_idle  (Tatsuo Ishii <ishii@postgresql.org>)
Ответы Re: tcp_keepalives_idle  (Tatsuo Ishii <ishii@postgresql.org>)
Список pgsql-hackers
Tatsuo Ishii <ishii@postgresql.org> writes:
> I am struggling to understand what following phrase says:

> tcp_keepalives_idle (integer)
>     Specifies the number of seconds before sending a keepalive packet
>     on an otherwise idle connection.

It means "the connection is idle except for keepalive packets".
We could perhaps just drop the word "otherwise", if people find
it confusing.

> What I am not sure is the meaning of "otherwise". Can I safely replace
> it to:
>     Specifies the number of seconds before sending a keepalive packet
>     on an other side of idle connection.

No, that's not a good fix.
        regards, tom lane



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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: tcp_keepalives_idle
Следующее
От: Sawada Masahiko
Дата:
Сообщение: Logging WAL when updating hintbit