php and connection - Mailing list pgsql-general

From Szymon Guz
Subject php and connection
Date
Msg-id AANLkTinezrVgmIFQbZPklBVo94VFvFbiY7AHW0gMfiKZ@mail.gmail.com
Whole thread Raw
Responses Re: php and connection
Re: php and connection
List pgsql-general
Hi,
in a PHP application working on Postgres normally the new connection to the database is made per request. 

This can potentially cause too big overhead, so I've got some questions:

- is the overhead really noticeable?
- could this be solved using persistent connections, or the persistent connections in php and postgres don't work properly?
- could this be solved using something like pgpool?

regards
Szymon

pgsql-general by date:

Previous
From: Vick Khera
Date:
Subject: Re: Postgresql partitioning - single hot table or distributed
Next
From: "Joshua D. Drake"
Date:
Subject: Re: php and connection