Re: Postgre and Web Request

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: Postgre and Web Request
Дата
Msg-id 20040429.223053.95893269.t-ishii@sra.co.jp
обсуждение исходный текст
Ответ на Re: Postgre and Web Request  ("Stefan Sturm" <mailling@anrath.info>)
Ответы Re: Postgre and Web Request  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-general
> > 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?

Use pgpool
(ftp://ftp.sra.co.jp/pub/cmd/postgres/pgpool/pgpool-1.1.tar.gz).
--
Tatsuo Ishii

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

Предыдущее
От: Bill Moran
Дата:
Сообщение: Re: Postgre and Web Request
Следующее
От: "Howard, Steven (US - Tulsa)"
Дата:
Сообщение: Performance problem with correlated sub-query