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

From James Taylor
Subject Idle processes won't die
Date
Msg-id E1040641-671B-11D8-9DBE-000A95982628@hatesville.com
Whole thread Raw
Responses Re: Idle processes won't die  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Idle processes won't die  (Rajesh Kumar Mallah <mallah@trade-india.com>)
List pgsql-admin
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, and I have tons and tons of Idle
processes sitting around, which causes the web site to crash because
the maximum number of pgsql processes gets reached after the site is
accessed 32 times.  From everything I know about Perl, even if I didn't
implicitly close the database handles, the perl garbage handler would
close them for me.  Is there some sort of configuration for postgres to
disallow all these idle processes from sticking around, so they
maybe... close themselves after 5 seconds or something similar?


pgsql-admin by date:

Previous
From: "John Allgood"
Date:
Subject:
Next
From: Tom Lane
Date:
Subject: Re: Idle processes won't die