Re: Release connections in MODPERL

From: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
To: Pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Release connections in MODPERL
Date: 2001-01-11 02:57:56
Message-ID: 20010110215755.A8838@klamath.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

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.

Neil

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

If you wish to strive for peace of soul then believe;
if you wish to be a devotee of truth, then inquire.
-- Friedrich Nietzsche

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Brett W. McCoy 2001-01-11 03:17:49 Re: Release connections in MODPERL
Previous Message Brett W. McCoy 2001-01-11 02:50:30 Re: Release connections in MODPERL