Re: connection versus persistent connection (fwd)

From: Tomasz Misterka <tomasz(at)hieroglif(dot)com(dot)pl>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: connection versus persistent connection (fwd)
Date: 2001-10-03 14:22:36
Message-ID: Pine.LNX.4.21.0110031622010.27319-100000@www.netla.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Wed, 3 Oct 2001, Felipe Nascimento wrote:

> I use PHP to connect to postgresql in my web application.
>
> Is there advantages to use one or another (pg_connect() or pg_pconnect())???
>

I'm using PHP too, and pg_connect - sometimes users are so long on one
website and they can lost connection with database. I think that for
public websites with databases it's better than pg_pconnect.

With regards
Tomasz Misterka

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2001-10-03 14:23:54 Re: Race condition in 7.1.2?
Previous Message Jeff Boes 2001-10-03 14:21:19 Re: How to make 'tail -f' in PostgreSQL?