Re: Transaction Manager - Mailing list pgsql-general

From Brian Baquiran
Subject Re: Transaction Manager
Date
Msg-id 200009110825.e8B8PCf53253@hub.org
Whole thread Raw
In response to Transaction Manager  ("Gary MacDougall" <gary@freeportweb.com>)
Responses Re: Transaction Manager
List 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 by date:

Previous
From: Michael Meskes
Date:
Subject: Re: ecpg
Next
From: Zlatko Calusic
Date:
Subject: Another problem with indices?