Re: Transaction Manager

From: "Brian Baquiran" <brian(at)climbers(dot)ph>
To: pgsql-general(at)hub(dot)org
Subject: Re: Transaction Manager
Date: 2000-09-11 08:22:48
Message-ID: 200009110825.e8B8PCf53253@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


pgsql-general-owner(at)hub(dot)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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message kent 2000-09-11 08:49:09 Question of postgresql
Previous Message Andreas Tille 2000-09-11 06:44:26 Re: port from MSSQLServer to PostgreSQL