Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 46515 invoked from network); 15 Dec 2004 04:28:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Dec 2004 04:28:07 -0000 Received: (qmail 31347 invoked by uid 500); 15 Dec 2004 04:28:06 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 31333 invoked by uid 500); 15 Dec 2004 04:28:05 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 31320 invoked by uid 99); 15 Dec 2004 04:28:05 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail.logilune.com (HELO mail.logilune.com) (195.80.154.36) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Dec 2004 20:28:02 -0800 Received: from [127.0.0.1] (localhost.logilune.com [127.0.0.1]) by mail.logilune.com (Postfix) with ESMTP id 68D721E19D2; Wed, 15 Dec 2004 05:27:59 +0100 (CET) Message-ID: <41BFBD4E.5090900@stason.org> Date: Tue, 14 Dec 2004 23:27:58 -0500 From: Stas Bekman Organization: Hope, Humanized User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913 X-Accept-Language: en-us, en, he, ru MIME-Version: 1.0 To: Steve Hay Cc: mod_perl Dev Subject: Re: t/perl/ithreads.t revisited References: <41A63198.6090503@stason.org> <41A7726D.2060302@uk.radan.com> <41A7738E.3030801@stason.org> <41AEBFB6.3060300@ectoplasm.org> <41B48CA3.7020509@uk.radan.com> <41B49E18.6000308@uk.radan.com> <41B7845B.2090405@stason.org> <41B82D26.2040802@uk.radan.com> <41B912E4.6040107@stason.org> <41B9B7BA.9020107@uk.radan.com> <41B9BE32.2070900@stason.org> <41B9CF36.3060403@uk.radan.com> <41B9DAEE.80802@stason.org> <41B9E77E.1070507@uk.radan.com> <41B9EAB7.4030002@stason.org> <41BD8C8F.1040509@uk.radan.com> <41BDB22A.2000901@stason.org> <41BDD0EF.5060701@uk.radan.com> <41BDD6B1.9010305@stason.org> <41BDD808.6020800@uk.radan.com> <41BDD896.1010305@stason.org> <41BDDA4D.9020700@uk.radan.com> <41BDDD2D.5010103@stason.org> <41BEACDC.6050801@uk.radan.com> <41BEF73C.6020504@stason.org> <41BEFD07.9090600@uk.radan.com> <41BEFFB0.6000106@stason.org> <41BF02B3.1060209@uk.radan.com> <41BF072D.80107@stason.org> <41BF1115.6000905@uk.radan.com> <41BF1A1E.5060808@uk.radan.com> In-Reply-To: <41BF1A1E.5060808@uk.radan.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Steve Hay wrote: >>No, it's something in the mp2 test setup. If I just start my installed >>Apache2/mp2 setup then I get two Apache.exe's as expected. I'll try to >>see what the difference is. >> > > Got it. We made an exception for Win32 to always run in one-process > mode because otherwise we couldn't relaibly stop both the parent and > child processes. See the call to Win32::Process::Create() in > Apache::TestServer::start(). > > It does have the undesirable side-effect that we have seen in this > thread, though, namely that if one test causes the single Apache.exe > process to exit for whatever reason then all subsequent tests will fail > since they now have no server to connect to :( I can't really intelligently comment on this one, since I don't know if it's possible to rework that code to allow win32 spawn more than 1 proc :( what would be nice is to at least somehow abort the test suite, if there is no server running. -- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:stas@stason.org http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org