Re: removing idle connections

From: "Gary Doades" <gpd(at)gpdnet(dot)co(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: removing idle connections
Date: 2004-10-19 18:24:23
Message-ID: 417569E7.15299.6255AA16@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 19 Oct 2004 at 13:00, Josh Close wrote:

> Is there a way to remove idle connections? My postgres server is
> getting serveral hundred idle connections. It's due to a postgres .NET
> provider not closing the connections properly. I don't want to kill
> them all, or restart postgres everytime the connections go crazy.

I would have though it would be better to fix the client application. If the
app is not closing connections then you may be leaking handles and
memory.

What .NET provider is this? Are you sure it is not just normal
connection pooling?

Cheers,
Gary.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tham Paudel 2004-10-19 18:25:16 User Defined Functions/management of OS_Directories
Previous Message Thomas F.O'Connell 2004-10-19 18:21:14 Re: vacuum schema