Return-Path: Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 15347 invoked by uid 500); 29 Dec 2001 16:51:04 -0000 Mailing-List: contact test-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-dev@httpd.apache.org Received: (qmail 15336 invoked from network); 29 Dec 2001 16:51:04 -0000 Date: Sat, 29 Dec 2001 08:55:58 -0800 (PST) From: Doug MacEachern X-Sender: dougm@localhost To: test-dev@httpd.apache.org Subject: Re: [patch] catch server dies early (was Re: perl-framework: mod_dav but not mod_dav?) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Mon, 24 Dec 2001, Stas Bekman wrote: > ok, here it is. Have no clue whether you can re-use this for win32. +1. i'm sure it can't be used for win32, but hopefully Win32::Process does the right thing. > hmm, probably I should use POSIX::SIGINT() instead of 15 in kill. shame we have to pull in the POSIX.pm baggage just for WNOHANG. for kill, you can just use the signame with the builtin: kill SIGTERM => $$