Re: tcp_keepalives_idle

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: tcp_keepalives_idle
Дата
Msg-id 20131114.150806.1942977912940314596.t-ishii@sraoss.co.jp
обсуждение исходный текст
Ответ на Re: tcp_keepalives_idle  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: tcp_keepalives_idle  (Marko Tiikkaja <marko@joh.to>)
Список 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.

Wah. I seemed to completely misunderstand what the pharase
says. Thanks for clarification. I agree to drop "otherwise".

>> 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.

Sure. I was absolutely misunderstood.
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp



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

Предыдущее
От: Sawada Masahiko
Дата:
Сообщение: Logging WAL when updating hintbit
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Proof of concept: standalone backend with full FE/BE protocol