Re: Idle processes won't die

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: James Taylor <jtx(at)hatesville(dot)com>
Cc: "'pgsql-admin(at)postgresql(dot)org'" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Idle processes won't die
Date: 2004-02-24 23:56:55
Message-ID: 29007.1077667015@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

James Taylor <jtx(at)hatesville(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Rajesh Kumar Mallah 2004-02-25 01:30:14 Re: Idle processes won't die
Previous Message James Taylor 2004-02-24 22:50:44 Idle processes won't die