Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 22542 invoked from network); 3 Dec 2003 05:59:45 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 Dec 2003 05:59:45 -0000 Received: (qmail 46830 invoked by uid 500); 3 Dec 2003 05:59:19 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 46758 invoked by uid 500); 3 Dec 2003 05:59:18 -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: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 46742 invoked from network); 3 Dec 2003 05:59:18 -0000 Received: from unknown (HELO ares.cs.Virginia.EDU) (128.143.137.19) by daedalus.apache.org with SMTP; 3 Dec 2003 05:59:18 -0000 Received: from cobra.cs.Virginia.EDU (cobra.cs.Virginia.EDU [128.143.137.16]) by ares.cs.Virginia.EDU (8.12.10/8.12.10/UVACS-2003031900) with ESMTP id hB35xQEm016204; Wed, 3 Dec 2003 00:59:27 -0500 (EST) Date: Wed, 3 Dec 2003 00:59:26 -0500 (EST) From: Cliff Woolley X-X-Sender: jcw5q@cobra.cs.Virginia.EDU To: dev@httpd.apache.org cc: httpd-2.0-cvs@apache.org Subject: Re: cvs commit: httpd-2.0/docs/manual/mod mpm_common.xml mpm_winnt.xml In-Reply-To: Message-ID: References: <20031120201213.7757.qmail@minotaur.apache.org> <87k75etq16.fsf@mito.sodan.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Wed, 3 Dec 2003, Cliff Woolley wrote: > On Tue, 2 Dec 2003, Yoshiki Hayashi wrote: > > > One thing that puzzled me while checking the code is that > > mpm_winnt.c doesn't call apr_allocator_max_free_set like any > > other MPMs (except perchild). Doesn't it have to call it, > > too? > > Yes. I guess I should go back and review FB's change... Oh, actually, he does appear to have added that in the commit log dated stoddard 2003/11/20 11:44:19. I'm still reviewing though.