Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47025 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36865 invoked from network); 22 Feb 2010 16:50:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Feb 2010 16:50:17 -0000 X-Host-Fingerprint: 200.66.18.213 unknown Received: from [200.66.18.213] ([200.66.18.213:7392] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5F/B8-00376-7C5B28B4 for ; Mon, 22 Feb 2010 11:50:15 -0500 Message-ID: <5F.B8.00376.7C5B28B4@pb1.pair.com> To: internals@lists.php.net Followup-To: php.internals Lines: 18 Date: Mon, 22 Feb 2010 10:50:22 -0600 References: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Posted-By: 200.66.18.213 Subject: Re: [PHP-DEV] multi-jobs run-tests.php From: geissert@php.net (Raphael Geissert) 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, -- Raphael Geissert