Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 63070 invoked by uid 500); 5 Jun 2001 15:02:39 -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 62980 invoked from network); 5 Jun 2001 15:02:37 -0000 Date: Tue, 5 Jun 2001 08:06:03 -0700 (PDT) From: X-Sender: To: Subject: Re: New graceful restart mechanism. In-Reply-To: <20010604174816.Y23560@lyra.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N > Huh? How hard is it for the MPM to do: > > static ap_mpm_pod_ctx *pod; > > ... > > rv = ap_mpm_pod_open(&pod, p); > > ... > > rv = ap_mpm_pod_check(pod); > > > That doesn't look complicated. > > Bundling up the thing into a structure, rather than Yet More Globals is > going to be much more helpful for using the POD in different ways. > > Globals are inflexible. 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. > >... > > > "pipe_of_death_out" "char_of_death" "one" What are these variables? > > > > > > Are you really sure you tried this? :-) > > > > I'm telling you, this all worked, I haven't got a clue why the damn build > > isn't catching these, especially since I did a make clean;make. This is > > however beginning to bother me. > > Note the smiley :-) > > 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. :-( Ryan _______________________________________________________________________________ Ryan Bloom rbb@apache.org 406 29th St. San Francisco, CA 94131 -------------------------------------------------------------------------------