Re: Transaction Manager - Mailing list pgsql-general

From Gary MacDougall
Subject Re: Transaction Manager
Date
Msg-id 003401c01c11$93359d00$370110ac@macdougalga3
Whole thread Raw
In response to Re: Transaction Manager  ("Brian Baquiran" <brian@climbers.ph>)
List pgsql-general
Thanks Brian, thats actually good to know
Does anyone know if the libpq++ pools connections?

Thanks
Gary
----- Original Message -----
From: "Brian Baquiran" <brian@climbers.ph>
To: <pgsql-general@hub.org>
Sent: Monday, September 11, 2000 4:22 AM
Subject: Re: [GENERAL] Transaction Manager


>
> 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 would otherwise establish one
connection per request.
>
> Brian



pgsql-general by date:

Previous
From: kent@ematters.net.cn
Date:
Subject: Question of postgresql
Next
From: Peter Mount
Date:
Subject: Re: port from MSSQLServer to PostgreSQL