Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 14039 invoked by uid 500); 18 Jul 2001 04:03:01 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 14022 invoked from network); 18 Jul 2001 04:03:01 -0000 Date: Tue, 17 Jul 2001 21:03:06 -0700 (PDT) From: dean gaudet To: Subject: Re: Inheritable APR handles. In-Reply-To: <004701c10f21$ff358700$93c0b0d0@roweclan.net> Message-ID: X-comment: visit http://arctic.org/~dean/legal for information regarding copyright and disclaimer. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N On Tue, 17 Jul 2001, William A. Rowe, Jr. wrote: > Fine... but does that mean we don't want to actually clean out the > dozens of file descriptors that aren't needed from a threaded parent > process when we spawn a child (such as a CGI)? we do already (or we're supposed to) through all the child_cleanups. but we could do O_CLOEXEC instead. -dean