Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62257 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78919 invoked from network); 19 Aug 2012 14:29:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Aug 2012 14:29:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=xwisdom@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=xwisdom@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: xwisdom@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:57739] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C2/11-03087-038F0305 for ; Sun, 19 Aug 2012 10:29:05 -0400 Received: by lbbgp3 with SMTP id gp3so3000470lbb.29 for ; Sun, 19 Aug 2012 07:29:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=HTM4MIL7YgUDofyr2hCdA4xOzEN0cnQZnz84dIN6q8A=; b=tHoZZafmzrigT/gO4jCbdXlV09hXpjVXL4MpjKC5aXrZ7O+tX4FyxwY6J+yDUDFTu8 tllxIgdtLSr6SRdD4MwNtiytKrKRuiXmA+DwdcS4Y4Saf20tjZJgetAj6L6jodIGEFH/ TxT0hawLT4QaaQbhTwe/JrO3viZ90HNdt7GgZ9fwXH1wE+EMgfua2Edtt+VJJ0rYjmwK 7gZ4HvFMsivxQyHchgZOSJ+/CrhzAfTROSSu9yrzTTrMds5FWe6B7rD3tlWAVRpNkBjG Wu2kXNwgk7b496e1Vb+0ykuUxWtwU6HYSPT6BCkxCFVGEy5adQirAx3PKTxPWSf8U00l 7HgQ== MIME-Version: 1.0 Received: by 10.112.41.36 with SMTP id c4mr4884367lbl.79.1345386541804; Sun, 19 Aug 2012 07:29:01 -0700 (PDT) Received: by 10.112.145.70 with HTTP; Sun, 19 Aug 2012 07:29:01 -0700 (PDT) Date: Sun, 19 Aug 2012 09:29:01 -0500 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=e0cb4efe3536e8eda104c79f3696 Subject: =?windows-1252?Q?PHP_Performance_=2D_1=92000=92000_iterations?= From: xwisdom@gmail.com (Raymond Irving) --e0cb4efe3536e8eda104c79f3696 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Hello, What could have cause PHP to start out so great but then slows to a crawl? Could it be the GC? Number of iterations Node.js PHP --------------------------------------------------------------- 100 2.00 0.14 10=92000 3.00 10.53 1=92000=92000 15.00 1119.24 10=92000=92000 143.00 10621.46 1=92000=92000=92000 11118.00 1036272.19 See the script here: http://net.tutsplus.com/tutorials/javascript-ajax/node-js-for-beginners/?ut= m_source=3Dfeedburner&utm_medium=3Dfeed&utm_campaign=3DFeed%3A+nettuts+%28N= ettuts%2B%29 Is there any way that this can be improved? __ Raymond --e0cb4efe3536e8eda104c79f3696--