Re: Client connection lost; still in the task list

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Didier Gasser-Morlay" <didiergm(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Client connection lost; still in the task list
Date: 2008-04-22 17:29:28
Message-ID: 24431.1208885368@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Didier Gasser-Morlay" <didiergm(at)gmail(dot)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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Fernando Fontana 2008-04-22 18:45:31 pgoptions syntax?
Previous Message Didier Gasser-Morlay 2008-04-22 17:18:00 Client connection lost; still in the task list