Re: Release connections in MODPERL

From: "Brett W(dot) McCoy" <bmccoy(at)chapelperilous(dot)net>
To: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
Cc: Pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Release connections in MODPERL
Date: 2001-01-11 03:17:49
Message-ID: Pine.LNX.4.30.0101102214310.19850-100000@chapelperilous.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Wed, 10 Jan 2001, Neil Conway wrote:

> On Wed, Jan 10, 2001 at 09:50:30PM -0500, Brett W. McCoy wrote:
> > Note also, if you are using Apache::DBI, it does some cool things like
> > connection pooling and stuff, specifically for use with mod_perl.
>
> Actually, it simply provides persistent connections, not connection
> pooling. I believe true pooling will be part of mod_perl 2.0, which
> takes advantage of the new threading/memory architecture in Apache
> 2.0.

Yeah, you're right... I meant more that it was doing persistent
connections. Thanks for the clarification.

Apache::DBI was developed by the same guy who developed the Pg.pm and
DBD::Pg modules, by the way -- Edmund Mergl.

-- Brett
http://www.chapelperilous.net/~bmccoy/
---------------------------------------------------------------------------
HOLY MACRO!

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message D. Duccini 2001-01-11 04:26:41 Re: Release connections in MODPERL
Previous Message Neil Conway 2001-01-11 02:57:56 Re: Release connections in MODPERL