Re: tcp_keepalives_idle

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: tcp_keepalives_idle
Date: 2013-11-14 06:08:06
Message-ID: 20131114.150806.1942977912940314596.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Tatsuo Ishii <ishii(at)postgresql(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2013-11-14 06:41:00 Re: Proof of concept: standalone backend with full FE/BE protocol
Previous Message Tom Lane 2013-11-14 06:02:11 Re: tcp_keepalives_idle