Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32936 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41820 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 41789 invoked from network); 23 Oct 2007 21:31:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Oct 2007 21:31:14 -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 74/ED-03376-1286E174 for ; Tue, 23 Oct 2007 17:31:13 -0400 X-Host-Fingerprint: 212.183.53.20 M2569P020.adsl.highway.telekom.at Received: from [212.183.53.20] ([212.183.53.20:5100] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 10/CD-03376-C366E174 for ; Tue, 23 Oct 2007 17:23:09 -0400 To: internals@lists.php.net Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-ID: <1193174581.11865.1.camel@notebook.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 Date: Tue, 23 Oct 2007 23:23:01 +0200 X-Posted-By: 212.183.53.20 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