how to close idle connection created with php's pg_pconnect()

From: "Torsten Krmer" <tk(at)kreakom(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: how to close idle connection created with php's pg_pconnect()
Date: 2001-04-30 13:28:06
Message-ID: 9cjp9m$2ecv$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hallo,

i am using php with postgres and using open a persistent connection.

But the limit on open connection is reached very fast, because the idle
connection aren't close.

My question:
How can idle connection automatically closed ?

thanks

Torsten Krmer

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-04-30 14:06:10 Re: Rebuilding database from table files
Previous Message Joel Burton 2001-04-30 13:23:03 Re: Performance of c, pl/perl, pl/pgsql