From: | Phill Kenoyer <pgsql(at)c0de(dot)net> |
---|---|
To: | Felipe Nascimento <Felipe(dot)Nascimento(at)multivalor(dot)com(dot)br> |
Cc: | "'pgsql-admin(at)postgresql(dot)org'" <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: Persistent Connections with PHP and PostgreSQL |
Date: | 2002-02-06 21:16:43 |
Message-ID: | 20020206211643.GY27030@home.c0de.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
PHP will close the connection at the end of the script. I always call
pg_close() when I'm done accessing the db. If your script is short and
quick, then it should not be a problem. If it does some more processing
on the data after you finished with the connection, why keep it open?
|On 020206 13:11
|Felipe Nascimento (Felipe(dot)Nascimento(at)multivalor(dot)com(dot)br) wrote the following...
|
|Do I have to call pg_close() every time at the end of the script??
|
|Tks
|Felipe
|
--
BOFH Reason of the day: backup tape overwritten with copy of system manager's favourite CD
_ | _
(_()(|('.|)('||.|()|`|(
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-02-07 07:12:23 | Re: Recovery - transaction logs |
Previous Message | Felipe Nascimento | 2002-02-06 21:10:26 | Re: Persistent Connections with PHP and PostgreSQL |