James Taylor <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match