persistent vs. non-persistent - Mailing list pgsql-php

From Martín Marqués
Subject persistent vs. non-persistent
Date
Msg-id 20011001213819.82F8B2AB46@bugs.unl.edu.ar
Whole thread Raw
Responses Re: persistent vs. non-persistent  ("Brent R. Matzelle" <bmatzelle@yahoo.com>)
List pgsql-php
I'm having headaches with PHP, postgres and persistent connections.

The problem is that my postgres backends stay alive after closing the
connection.

I use pg_pconnect to connect to the database, put after closing the
conection, nothing happens, la backend stays alive, and all I can do is
restart apache to make them close (really close).

Any solution to this?

I'm on Solairs, Apache 1.3.14, PHP 4.0.6, PostgreSQL 7.1.2, I have persistent
connections enabled in PHP, and a max of 3 persistent connections.

Saludos... :-)

--
Porqué usar una base de datos relacional cualquiera,
si podés usar PostgreSQL?
-----------------------------------------------------------------
Martín Marqués                  |        mmarques@unl.edu.ar
Programador, Administrador, DBA |       Centro de Telematica
                       Universidad Nacional
                            del Litoral
-----------------------------------------------------------------

pgsql-php by date:

Previous
From: "Brent R. Matzelle"
Date:
Subject: Re: [HACKERS] [BUGS] PostgreSQL / PHP Overrun Error
Next
From: "Mitch Vincent"
Date:
Subject: Re: persistent vs. non-persistent