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