Re: Client connection lost; still in the task list - Mailing list pgsql-novice

From Didier Gasser-Morlay
Subject Re: Client connection lost; still in the task list
Date
Msg-id 608b66ce0804240212t2c691987wcdee24754a289066@mail.gmail.com
Whole thread Raw
In response to Client connection lost; still in the task list  ("Didier Gasser-Morlay" <didiergm@gmail.com>)
List pgsql-novice
Resucing the tcp_keepalive to 900 seconds did help immensely

thanks for the advice Tom

Didier

>You're right, this morning most connections had been freed.
>
>I have seen that the tcp_keepalive
> is 7200 second, I'll shorten that to see.

>thanks

>Didier


On Tue, Apr 22, 2008 at 7:29 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> "Didier Gasser-Morlay" <didiergm@gmail.com> writes:
>  > So my question is what makes PostgreSQL realise that a connection is
>  > dead ? when will it drop it and free the connection ?
>
>  It'll drop it when the kernel tells it the connection is dead.
>  Standard TCP timeouts are measured in hours, though.  You might
>  be able to get a shorter timeout to be applied by fooling with
>  the "keepalive" parameters, if those can be adjusted on your platform.
>
>                         regards, tom lane
>

pgsql-novice by date:

Previous
From: "Didier Gasser-Morlay"
Date:
Subject: Changing a trigger function
Next
From: "Didier Gasser-Morlay"
Date:
Subject: Limiting the number of connections for one user