Re: mod_auth_pgsql 2.0.1 don't close the backend connection

From: Vivek Khera <khera(at)kcilink(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: mod_auth_pgsql 2.0.1 don't close the backend connection
Date: 2003-10-01 14:17:38
Message-ID: x77k3p82kd.fsf@yertle.int.kciLink.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>>>>> "KJ" == Kris Jurka <books(at)ejurka(dot)com> writes:

>> Is it a bug in the mod_auth_pgsql that don't close the connection or is
>> it a setup somewhere ?
>>

KJ> Yes, the mod_auth_pgsql series for Apache 2 is broken as you describe. It
KJ> does not release the connection, but the change is intentional. Looking
KJ> at the Changelog I see:

Is not that the whole point of a child exit handler in apache? when
each child exits, it calls a handler in each module that registers one
so that it can do whatever cleanup it needs, such as closing the
database handle. This facility was even available in apache 1.x.

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D. Khera Communications, Inc.
Internet: khera(at)kciLink(dot)com Rockville, MD +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Daniel Schuchardt 2003-10-01 14:20:59 Re: <no subject>
Previous Message scott.marlowe 2003-10-01 14:15:15 Re: Current time inside Transactions