Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32938 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44567 invoked by uid 1010); 23 Oct 2007 21:33:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 44551 invoked from network); 23 Oct 2007 21:33:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Oct 2007 21:33:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=stas@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=stas@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: stas@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Windows 2000 SP4, XP SP1 Received: from [212.25.124.162] ([212.25.124.162:51518] helo=mx1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F6/6E-03376-4C86E174 for ; Tue, 23 Oct 2007 17:33:57 -0400 Received: from us-ex1.zend.com ([192.168.16.5]) by mx1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 23 Oct 2007 23:33:48 +0200 Received: from [192.168.16.91] ([192.168.16.91]) by us-ex1.zend.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 23 Oct 2007 14:33:44 -0700 Message-ID: <471E68B9.2090907@zend.com> Date: Tue, 23 Oct 2007 14:33:45 -0700 Organization: Zend Technologies User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: "Markus L." CC: internals@lists.php.net References: <1193174581.11865.1.camel@notebook.lan> In-Reply-To: <1193174581.11865.1.camel@notebook.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Oct 2007 21:33:44.0500 (UTC) FILETIME=[635AF740:01C815BC] Subject: Re: [PHP-DEV] Better multicore cpu support in PHP 6? From: stas@zend.com (Stanislav Malyshev) > 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. If you are talking about running multiple threads inside same PHP process, then chances are not very high, unless somebody proposes some ingenious solution not involving starting separate processes/threads. -- Stanislav Malyshev, Zend Software Architect stas@zend.com http://www.zend.com/ (408)253-8829 MSN: stas@zend.com