Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Received: (qmail 51432 invoked from network); 29 Dec 2010 09:00:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Dec 2010 09:00:49 -0000 Received: (qmail 67385 invoked by uid 500); 29 Dec 2010 09:00:49 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 67266 invoked by uid 500); 29 Dec 2010 09:00:48 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 67258 invoked by uid 99); 29 Dec 2010 09:00:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Dec 2010 09:00:48 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of margol@beamartyr.net designates 199.203.54.245 as permitted sender) Received: from [199.203.54.245] (HELO mail1.mirimar.net) (199.203.54.245) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Dec 2010 09:00:39 +0000 Received: from [192.168.10.87] (84.94.98.7.cable.012.net.il [84.94.98.7]) (authenticated bits=0) by mail1.mirimar.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id oBT90Etp031712 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Wed, 29 Dec 2010 11:00:17 +0200 Message-ID: <4D1AF899.1060001@beamartyr.net> Date: Wed, 29 Dec 2010 11:00:09 +0200 From: Issac Goldstand 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: modules-dev@httpd.apache.org Subject: Re: Doing left-over request processing at startup.... References: <20101228074659.74dc08ad@bhuda.mired.org> <20101228142709.39b0ed56@bhuda.mired.org> <20101229035230.5a8070c1@bhuda.mired.org> In-Reply-To: <20101229035230.5a8070c1@bhuda.mired.org> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 29/12/2010 10:52, Mike Meyer wrote: > > The current code actually works fine - except for this timing > issue. If I kill apache in the middle of handling a reversal, and > restart it, the first connection will cause the unfinished reversal to > be finished. I'm trying to find some way to make this happen at > startup, instead of on the first connection. > >