RE : mod_auth_pgsql 2.0.1 don't close the backend connection - Mailing list pgsql-general

From Bruno BAGUETTE
Subject RE : mod_auth_pgsql 2.0.1 don't close the backend connection
Date
Msg-id !~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAATBuXKOMvlkWzD3KJN6FWLMKAAAAQAAAA+CM73cHO8U+rW+OsTr2e8wEAAAAA@baguette.net
Whole thread Raw
In response to Re: mod_auth_pgsql 2.0.1 don't close the backend connection  (Kris Jurka <books@ejurka.com>)
Responses Re: RE : mod_auth_pgsql 2.0.1 don't close the backend  (Kris Jurka <books@ejurka.com>)
List pgsql-general
> Yes, the mod_auth_pgsql series for Apache 2 is broken as you
> describe.  It does not release the connection, but the change
> is intentional.  Looking at the Changelog I see:
>
> - now we reuse database connection,  2x speedup !!
>
> Perhaps this is a good thing with different MPMs, but the
> standard prefork module can exhaust the available connections
> quite quickly as you describe.  Here is a patch for
> mod_auth_pgsql 2.0.1 that reverts it to the previous behavior
> of a new connection per authentication.

I'm getting many errors when I do the make on the patched files. Is
there other people that have compiled successfully the patched
mod_auth_pgsql 2.0.1 ?

I've attached to this email the error log. Do you have the same errors
than me or do I have missed something ?

> I have added the maintainer to the cc: list, perhaps he has
> some input?

I don't know, I've written to the maintainer but until now I never
received any answer from him. Is there a CVS somewhere with that project
?

Regards,

---------------------------------------
Bruno BAGUETTE - pgsql-ml@baguette.net

Attachment

pgsql-general by date:

Previous
From: Jeff Eckermann
Date:
Subject: Re: Migrating Access to Postgres
Next
From: "John Wells"
Date:
Subject: Re: Resources for Progress conversion...