Re: Transaction Manager

From: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
To: pgsql-general(at)hub(dot)org
Subject: Re: Transaction Manager
Date: 2000-09-12 11:19:04
Message-ID: 20000912071904.A8404@klamath.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Sep 11, 2000 at 04:22:48PM +0800, Brian Baquiran wrote:
> pgsql-general-owner(at)hub(dot)org wrote:
> >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.

Note this this is part of a separate module, Apache::DBI. It's not
installed by default with mod_perl, and needs to be configured
separately. However, it is a really neat module. If you're doing
web stuff with databases and Perl, I'd strongly suggest looking into it.

Regards,

Neil

--
Neil Conway <neilconway(at)home(dot)com>
Get my GnuPG key from: http://klamath.dyndns.org/mykey.asc
Encrypted mail welcomed

I've made up my mind. Don't try to confuse me with the facts.
-- Indiana Senator Earl Landgrebe

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mark Alliban 2000-09-12 11:48:26 Conditional statements
Previous Message Denis Perchine 2000-09-12 10:02:57 Problems inserting data