Re: Transaction Manager

Поиск
Список
Период
Сортировка
От Brian Baquiran
Тема Re: Transaction Manager
Дата
Msg-id 200009110825.e8B8PCf53253@hub.org
обсуждение исходный текст
Ответ на Transaction Manager  ("Gary MacDougall" <gary@freeportweb.com>)
Ответы Re: Transaction Manager
Список pgsql-general
pgsql-general-owner@hub.org wrote:

>I don't know if this is totally related to PostgreSQL, but in some fashion I
>suppose
>it pertains.
>
>Is there a reliable open source transaction monitor/manager for Linux that
>works with
>Postgres and Apache?
>
>I'm looking for something like MTS on the NT platform, something that would
>have some
>"pooling" and intellegent transaction management...

mod_perl will do pooling automatically if you use DBI. It will even pool database handles for your CGI scripts, which
wouldotherwise establish one connection per request. 

Brian

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

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Re: ecpg
Следующее
От: Zlatko Calusic
Дата:
Сообщение: Another problem with indices?