Re: Timeout parameters - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Timeout parameters
Date
Msg-id CA+TgmoZKcDsLpMC+22oJGiGEzYhpKGGoxVHrShH=4GQsC1ayYw@mail.gmail.com
Whole thread Raw
In response to RE: Timeout parameters  ("Nagaura, Ryohei" <nagaura.ryohei@jp.fujitsu.com>)
Responses Re: Timeout parameters
List pgsql-hackers
On Sun, Mar 10, 2019 at 10:25 PM Nagaura, Ryohei
<nagaura.ryohei@jp.fujitsu.com> wrote:
> The main purpose of this parameter is to avoid client's waiting for DB server infinitely, not reducing the server's
burden.
> This results in not waiting end-user, which is most important.

+1.  If the server fails to detect that the client has gone away,
that's the server's problem.  The client is entirely entitled to be
selfish if it so wishes.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Use nanosleep(2) in pg_usleep, if available?
Next
From: Tom Lane
Date:
Subject: Re: Use nanosleep(2) in pg_usleep, if available?