From dev-return-70724-apmail-httpd-dev-archive=httpd.apache.org@httpd.apache.org Fri Feb 04 18:44:11 2011 Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 67329 invoked from network); 4 Feb 2011 18:44:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Feb 2011 18:44:11 -0000 Received: (qmail 83724 invoked by uid 500); 4 Feb 2011 18:44:10 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 83497 invoked by uid 500); 4 Feb 2011 18:44:08 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 83483 invoked by uid 99); 4 Feb 2011 18:44:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Feb 2011 18:44:08 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.202.165.37] (HELO smtpauth13.prod.mesa1.secureserver.net) (64.202.165.37) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 04 Feb 2011 18:44:01 +0000 Received: (qmail 22808 invoked from network); 4 Feb 2011 18:43:40 -0000 Received: from unknown (76.252.112.72) by smtpauth13.prod.mesa1.secureserver.net (64.202.165.37) with ESMTP; 04 Feb 2011 18:43:39 -0000 Message-ID: <4D4C48B0.1030700@rowe-clan.net> Date: Fri, 04 Feb 2011 12:42:56 -0600 From: "William A. Rowe Jr." User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: svn commit: r1066944 - in /httpd/httpd/trunk: CHANGES configure.in server/main.c References: <20110203202002.8FE1A23889E3@eris.apache.org> <20110204090351.GA4084@redhat.com> <44ABB47C-704F-4596-9010-5B65A5FFB2FC@jaguNET.com> In-Reply-To: <44ABB47C-704F-4596-9010-5B65A5FFB2FC@jaguNET.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 2/4/2011 7:18 AM, Jim Jagielski wrote: > > On Feb 4, 2011, at 4:03 AM, Joe Orton wrote: > >> On Thu, Feb 03, 2011 at 08:20:02PM -0000, sf@apache.org wrote: >>> Author: sf >>> Date: Thu Feb 3 20:20:02 2011 >>> New Revision: 1066944 >>> >>> URL: http://svn.apache.org/viewvc?rev=1066944&view=rev >>> Log: >>> Reload resolv.conf on graceful restarts >>> >>> PR: 50619 >>> Submitted by: Matt Miller , Stefan Fritsch >> >> Why is it necessary to push out management of the libc resolver to the >> daemon? This looks like creeping featurism. You can and should use >> nscd if you need running daemons to be able to cope with resolver config >> changes on the fly. > > ++1. +1 here as well, if this is to be addressed at all, the portability layer seems like the correct place to do it, if desired by the app.