Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31008 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53202 invoked by uid 1010); 17 Jul 2007 17:32:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53187 invoked from network); 17 Jul 2007 17:32:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jul 2007 17:32:02 -0000 Authentication-Results: pb1.pair.com header.from=tokul@users.sourceforge.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=tokul@users.sourceforge.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain users.sourceforge.net from 213.197.162.99 cause and error) X-PHP-List-Original-Sender: tokul@users.sourceforge.net X-Host-Fingerprint: 213.197.162.99 avilys.eik.lt Linux 2.6 Received: from [213.197.162.99] ([213.197.162.99:32785] helo=avilys.eik.lt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C4/66-05050-5CCFC964 for ; Tue, 17 Jul 2007 13:31:59 -0400 Received: from avilys.eik.lt (avilys.local [127.0.0.1]) by avilys.eik.lt (Postfix) with ESMTP id D844A1F5145 for ; Tue, 17 Jul 2007 20:28:24 +0300 (EEST) Received: from avilys.eik.lt (avilys.local [127.0.0.1]) by avilys.eik.lt (Postfix) with ESMTP id B5FBD1F5134 for ; Tue, 17 Jul 2007 20:28:24 +0300 (EEST) Received: from 78.61.224.253 (NaSMail authenticated user tomas@topolis.lt) by avilys.eik.lt with HTTP; Tue, 17 Jul 2007 20:28:24 +0300 (EEST) Message-ID: <37043.78.61.224.253.1184693304.squirrel@avilys.eik.lt> In-Reply-To: <469CF5E7.60502@sci.fi> References: <698DE66518E7CA45812BD18E807866CE648191@us-ex1.zend.net> <54C4340A-D9EA-4B5A-B39C-B55B29B1B3BC@prohost.org> <698DE66518E7CA45812BD18E807866CE648193@us-ex1.zend.net> <469B7FB1.1070507@pooteeweet.org> <698DE66518E7CA45812BD18E807866CE648290@us-ex1.zend.net> <469C6436.2060009@pooteeweet.org> <698DE66518E7CA45812BD18E807866CE6483DF@us-ex1.zend.net> <469CD717.2070607@pooteeweet.org> <698DE66518E7CA45812BD18E807866CE6483EC@us-ex1.zend.net> <469CF5E7.60502@sci.fi> Date: Tue, 17 Jul 2007 20:28:24 +0300 (EEST) To: internals@lists.php.net User-Agent: NaSMail/1.2 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] POSIX regex From: tokul@users.sourceforge.net ("Tomas Kuliavas") >> 50% increase sounds off base. But I did not bench php6 yet. When all >> the new features are implemented, it will make more sense to work on >> the performance problem. For now, it is simply premature. > > If Moore's law stands for the coming years, this argument is moot anyway. > By the time PHP 6 is out the door, any performance issues are > insignificant. :) If you have setup with 10 machines and new interpreter works 10% faster, you can serve same amount of users with 9 machines. Plus Moore talks about number of transistors and not about performance or power consumption. -- Tomas