Number of connections

From: "David Busby" <busby(at)pnts(dot)com>
To: <pgsql-php(at)postgresql(dot)org>
Subject: Number of connections
Date: 2003-05-17 18:53:44
Message-ID: 03bf01c31ca5$ac0e5d70$1100000a@busbydev
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

List,
I cannot tell from the documentation if pg_pconnect() or pg_connect()
are really different in how the connection pool is managed. Does anyone
know if that is the case? Seems that using pg_pconnect would dictate "use a
pooled connection" and pg_connect is "use a pooled connection, or make a new
one". On "live" apps which is better to use, seems pg_pconnect. Thoughts?

David Busby
Systems Engineer
busby(at)pnts(dot)com

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Raphael Bauduin 2003-05-18 12:28:59 Re: Number of connections
Previous Message scott.marlowe 2003-05-16 19:51:04 Re: Inquiry From Form [pgsql]