Thread: connection versus persistent connection

connection versus persistent connection

From
Felipe Nascimento
Date:

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