Re: PG on a web-server...issues..and some general questions on PG deployment

Поиск
Список
Период
Сортировка
От Tom Samplonius
Тема Re: PG on a web-server...issues..and some general questions on PG deployment
Дата
Msg-id Pine.BSF.4.05.10012220837050.13072-100000@misery.sdf.com
обсуждение исходный текст
Ответ на Re: PG on a web-server...issues..and some general questions on PG deployment  ("Adam Lang" <aalang@rutgersinsurance.com>)
Список pgsql-interfaces
On Fri, 22 Dec 2000, Adam Lang wrote:

> > 3. Is PHP/Postgres module capable of server side connection pooling?
> 
> Yes.
 The PHP docs are very clear to not referr to it is pooling, but
persistant connections.  They are very different things.  PHP as a whole
is not capable of pooling, because a separate instance of PHP runs in each
httpd process, and those instances can not shared database connections
between them.

Tom



В списке pgsql-interfaces по дате отправления:

Предыдущее
От: "Adam Lang"
Дата:
Сообщение: Re: PG on a web-server...issues..and some general questions on PG deployment
Следующее
От: "Clark, Joel"
Дата:
Сообщение: RE: PG on a web-server...issues..and some general qu estions on PG deployment