php and connection

Поиск
Список
Период
Сортировка
От Szymon Guz
Тема php and connection
Дата
Msg-id AANLkTinezrVgmIFQbZPklBVo94VFvFbiY7AHW0gMfiKZ@mail.gmail.com
обсуждение исходный текст
Ответы Re: php and connection  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: php and connection  ("Joshua D. Drake" <jd@commandprompt.com>)
Список 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 по дате отправления:

Предыдущее
От: Vick Khera
Дата:
Сообщение: Re: Postgresql partitioning - single hot table or distributed
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: php and connection