You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Graham Leggett <mi...@sharp.fm> on 2007/11/07 16:55:19 UTC

Re: svn commit: r592764 - in /httpd/httpd/trunk: include/util_ldap.h modules/ldap/util_ldap.c

On Wed, November 7, 2007 4:43 pm, covener@apache.org wrote:

> Stop registering a cleanup on each LDAP connection created, this cleanup
> was
> never called because it's registered against pconf in the child. LDAP
> connections are created in the child and not shared between children, so
> no
> action should be required at child exit

How does this affect graceful restarts, particularly on threaded platforms?

Regards,
Graham
--



Re: svn commit: r592764 - in /httpd/httpd/trunk: include/util_ldap.h modules/ldap/util_ldap.c

Posted by Eric Covener <co...@gmail.com>.
On Nov 7, 2007 10:55 AM, Graham Leggett <mi...@sharp.fm> wrote:
> On Wed, November 7, 2007 4:43 pm, covener@apache.org wrote:
>
> > Stop registering a cleanup on each LDAP connection created, this cleanup
> > was
> > never called because it's registered against pconf in the child. LDAP
> > connections are created in the child and not shared between children, so
> > no
> > action should be required at child exit
>
> How does this affect graceful restarts, particularly on threaded platforms?

I don't think there are any concerns here because the connections
exist independently in each child.

-- 
Eric Covener
covener@gmail.com