Re: Idle processes won't die - Mailing list pgsql-admin

From Tom Lane
Subject Re: Idle processes won't die
Date
Msg-id 29007.1077667015@sss.pgh.pa.us
Whole thread Raw
In response to Idle processes won't die  (James Taylor <jtx@hatesville.com>)
List pgsql-admin
James Taylor <jtx@hatesville.com> writes:
> Hi everyone, using mod_perl with Postgres, postgres is on the same
> server as the webserver.  Perl is opening connections, and then closing
> them at the end of every script, however Pg
> is refusing to close the connection,

In that case, Perl is *not* closing the connection.  Better check your
client library again ... it probably thinks it's supposed to recycle
the connections via a connection pool.

            regards, tom lane

pgsql-admin by date:

Previous
From: James Taylor
Date:
Subject: Idle processes won't die
Next
From: Rajesh Kumar Mallah
Date:
Subject: Re: Idle processes won't die