Re: Postgre and Web Request

Поиск
Список
Период
Сортировка
От Stefan Sturm
Тема Re: Postgre and Web Request
Дата
Msg-id 20040429125538.9401BD1E12F@svr1.postgresql.org
обсуждение исходный текст
Ответ на Re: Postgre and Web Request  ("John Sidney-Woollett" <johnsw@wardbrook.com>)
Ответы Re: Postgre and Web Request  (Bill Moran <wmoran@potentialtech.com>)
Re: Postgre and Web Request  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-general
Hello,

> Depending on your web development environment (java, php, .NET) etc,
> you should be able to use some mechanism that will provide a pool of
> connections to the database. Each request does not open a new
> connection (and then release it), but insteads gets a connection from
> the pool to use, and returns it back to the pool when done.

Where can I find some examples for connection pooling with php? Or must I
just use persistence connections?

Greetings,
Stefan Sturm



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

Предыдущее
От: Anton Nikiforov
Дата:
Сообщение: Re: Partial index question
Следующее
От: Robert Treat
Дата:
Сообщение: Re: Postgre and Web Request