Title: connection versus persistent connection

I use PHP to connect to postgresql in my web application.

Is there advantages to use one or another (pg_connect() or pg_pconnect())???

Any advices?

Thanks
Felipe

Reply via email to