Re: [ADMIN] Idle processes won't die

2004-02-24 Thread Rajesh Kumar Mallah
Dear James, We have been using mod_perl with PostgreSQL in web environment without any problems. I hope you are already using Apache::DBI for connection pooling. Regds Mallah James Taylor wrote: Hi everyone, using mod_perl with Postgres, postgres is on the same server as the webserver. Perl is

Re: [ADMIN] Idle processes won't die

2004-02-24 Thread Tom Lane
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*

[ADMIN] Idle processes won't die

2004-02-24 Thread James Taylor
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