Re: Idle Connection force-close ?

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Idle Connection force-close ?
Date: 2004-02-13 12:35:35
Message-ID: 20040213123535.GE2222@phlogiston.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Feb 12, 2004 at 10:02:46AM -0800, John Gibson wrote:

> connections. (I know... fix the application). In the short term, I
> would like to find out if the database engine has a time-out
> configuration option for idle connections where it would force-close
> the connections.
>
> Is there such an option?

No. If the connection is live and idle, it'll sit there forever. If
the client is actually gone but the connection stays alive, then
tcp/ip will eventually shut it down.

A

--
Andrew Sullivan

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2004-02-13 13:51:24 Re: inheritance vs performance
Previous Message Andrew Sullivan 2004-02-13 12:26:49 Re: pg_class and relfilenode