-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I have a website where each new page access connects to a Postgres
database to load information.  Each DB connect uses a $dblink=pg_connect()
to connect to the database.  I'd like to avoid the overhead with opening a
new connection with every page.

So, can I change all of the pg_connect calls to pg_pconnect call and have
the pages use persistent connections, or is there something more that
needs to be done?

- --Wade
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE6ZfSfX5y4ZKLK2pMRAkVBAKCznNSkCNX7CCZtnWSVKKMqmf7tSwCgiBez
q4vzBEFouHJ2ZvaLXvJGvdo=
=nNgn
-----END PGP SIGNATURE-----


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to