Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32937 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41804 invoked by uid 1010); 23 Oct 2007 21:31:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41787 invoked from network); 23 Oct 2007 21:31:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Oct 2007 21:31:13 -0000 Received: from [127.0.0.1] ([127.0.0.1:21259]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id 64/ED-03376-1286E174 for ; Tue, 23 Oct 2007 17:31:13 -0400 X-Host-Fingerprint: 212.183.54.127 M2580P031.adsl.highway.telekom.at Date: Tue, 23 Oct 2007 16:54:03 -0400 Received: from [212.183.54.127] ([212.183.54.127:12536] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 41/5D-03376-B6F5E174 for ; Tue, 23 Oct 2007 16:54:03 -0400 Message-ID: <41.5D.03376.B6F5E174@pb1.pair.com> To: internals@lists.php.net User-Agent: pan 0.119 (Karma Hunters) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Posted-By: 212.183.54.127 Subject: Better multicore cpu support in PHP 6 From: max@project-sca.org ("Markus L.") What's the chance that there will be a better multicore cpu support throught a better fork functionality in PHP 6? Today pcntl_fork is available only on Unix/Linux cgi versions. Thanks, Markus