Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 23092 invoked by uid 500); 5 Jun 2001 17:46:31 -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 22945 invoked from network); 5 Jun 2001 17:46:28 -0000 X-Authentication-Warning: kurgan.lyra.org: gstein set sender to gstein@lyra.org using -f Date: Tue, 5 Jun 2001 10:52:24 -0700 From: Greg Stein To: new-httpd@apache.org Subject: Re: New graceful restart mechanism. Message-ID: <20010605105223.C23560@lyra.org> Mail-Followup-To: new-httpd@apache.org References: <20010604174816.Y23560@lyra.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from rbb@covalent.net on Tue, Jun 05, 2001 at 08:06:03AM -0700 X-URL: http://www.lyra.org/greg/ X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N On Tue, Jun 05, 2001 at 08:06:03AM -0700, rbb@covalent.net wrote: >... > Change made, although I still disagree with it. The problem is that > instead of having the pod global "local" to the pod code, now the pod > global is sitting in the MPM. Yes, but now the MPM can choose what to do with it. I assume that the complexity you were seeing was due to trying to store and pass around the pod_ctx. We can choose to do it that way, or choose to use a global. Using globals within the pod code removes the MPM's choices. Thanks for making the change, though. I was going to volunteer to make it after you checked in your patch. >... > > But it *is* weird. It isn't a match of "catching" ... any compile should > > outright barf on an unknown variable. Maybe you were accidentally using a > > different MPM, thus not compilig prefork with the "uses POD" macro? > > I thought of the MPM thing, but that wasn't it. I don't know what it was, > but my compile is catching the problems now. It looks like I needed to do > a distclean before trying to build for some reason. :-( Whacky. But no matter... we've got reviewers and your compiler is working again :-) Thanks for the patch... I hope it will increase the MPM's reliability. Cheers, -g -- Greg Stein, http://www.lyra.org/