Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47026 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38608 invoked from network); 22 Feb 2010 16:53:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Feb 2010 16:53:44 -0000 Authentication-Results: pb1.pair.com header.from=jess@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=jess@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.185 as permitted sender) X-PHP-List-Original-Sender: jess@zend.com X-Host-Fingerprint: 212.25.124.185 il-mr1.zend.com Received: from [212.25.124.185] ([212.25.124.185:32799] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2F/19-00376-796B28B4 for ; Mon, 22 Feb 2010 11:53:44 -0500 Received: from il-gw1.zend.com (unknown [10.1.1.21]) by il-mr1.zend.com (Postfix) with ESMTP id 4846050475; Mon, 22 Feb 2010 18:35:35 +0200 (IST) Received: from [10.1.2.102] ([10.1.2.102]) by il-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 22 Feb 2010 18:53:39 +0200 Message-ID: <4B82B692.3080400@zend.com> Date: Mon, 22 Feb 2010 18:53:38 +0200 User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090706) MIME-Version: 1.0 To: Raphael Geissert CC: internals@lists.php.net References: <5F.B8.00376.7C5B28B4@pb1.pair.com> In-Reply-To: <5F.B8.00376.7C5B28B4@pb1.pair.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 22 Feb 2010 16:53:39.0369 (UTC) FILETIME=[95143990:01CAB3DF] Subject: Re: [PHP-DEV] multi-jobs run-tests.php From: jess@zend.com (Jess Portnoy) Hello all, While on the subject of run-tests.php, any plans for it to support web server SAPIs and not just CLI/CGI? I've looked at http://qa.php.net/projects.php and saw no such bullet but I thought asking anyhow won't hurt. Thanks, May the source be with you, Best regards, Jess Portnoy Raphael Geissert wrote: > Hi Pierre, > > Pierre Joye wrote: > >> There is an on-going work on run-test (which began as part of last >> year GSoC). I would begin there instead of working on the current >> run-test.php. Parallel testing is part of the new features as well, in >> a portable way (like not only where pcntl is available). >> >> > > Ah, I see, great. > From a quick look at the code it looks like it also uses pcntl. > > Is there any plan to switch to that other implementation? > > No work has been done in something like the threads extension, has there? > > Cheers, >