Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74242 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56321 invoked from network); 16 May 2014 00:29:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 May 2014 00:29:38 -0000 Authentication-Results: pb1.pair.com header.from=andi@zend.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=andi@zend.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain zend.com from 209.85.220.54 cause and error) X-PHP-List-Original-Sender: andi@zend.com X-Host-Fingerprint: 209.85.220.54 mail-pa0-f54.google.com Received: from [209.85.220.54] ([209.85.220.54:47128] helo=mail-pa0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 13/70-53519-0FB55735 for ; Thu, 15 May 2014 20:29:37 -0400 Received: by mail-pa0-f54.google.com with SMTP id bj1so1742315pad.41 for ; Thu, 15 May 2014 17:29:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=cOH16N0QAwBAx+xZ2+CtPEq/u2XD1UELA5k6BJGocwg=; b=cjDTT45hm0RUJKD2sdHYMeZRi/M1HDx7kUln1+Ev0m1P1XzmYQUnYYr6sKeG0oreU6 2967SC+7dvgYcsFBFCHsWHZwv2MOBUun40mJeoU4t791gGXZkUDUhXEUeTRPIJXxk6kq BVf1qgx/UWmGgQ+mEXoL09UbP98MrH0NJspCLZu4C2PTgnvnxgIMbV4BAhKQXIo+z3qp lPmgpNDo7ELTwWqSEihmqJyjmhiYjaahLMPSCkqlMES5v5y7Sj9PhK7qgf/O9XOqMssy by/NQ/+hzGCQB9IabNkNHFyuEWtg8tQVoOxYsL7l/tgWZzvyZ1u+2MFzzY1OUhBPLWH5 uSrQ== X-Gm-Message-State: ALoCoQmrjfZ3l8buvlY1kimPMCUiWyhsbA3c+JXbAlItnF37QWDzGckcw2BhiTMvJCwWjJsR4p7Y9j8+pGTtNIs59eEoEPmXT/+b6+WQZR+ZVZSlTViPQNQSRcalKXPGFXDhI16jllBl X-Received: by 10.68.105.4 with SMTP id gi4mr16591744pbb.73.1400200174371; Thu, 15 May 2014 17:29:34 -0700 (PDT) Received: from [192.168.1.112] (c-24-130-225-174.hsd1.ca.comcast.net. [24.130.225.174]) by mx.google.com with ESMTPSA id cz3sm11247722pbc.9.2014.05.15.17.29.31 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 15 May 2014 17:29:32 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) In-Reply-To: <53755803.2020909@sugarcrm.com> Date: Thu, 15 May 2014 17:29:29 -0700 Cc: PHP Internals Content-Transfer-Encoding: quoted-printable Message-ID: <84F897E9-30B5-4E3E-9614-F066387FCE07@zend.com> References: <53755803.2020909@sugarcrm.com> To: Stas Malyshev X-Mailer: Apple Mail (2.1874) Subject: Re: [PHP-DEV] some phpng benchmarks From: andi@zend.com (Andi Gutmans) On May 15, 2014, at 5:12 PM, Stas Malyshev = wrote: >=20 > Hi! >=20 > I've recently succeeded in running SugarCRM (if you don't know what it > is, it is a big app, lots of code, lots of memory used, lots of db > queries, etc.) on phpng and did some benchmarks, and I was asked to > share the results with everybody. So here it goes: -snip- Nice real world results! Thanks for sharing Stas. It=92d be great if others could also give phpng a quick try with their = apps and share results. That=92ll help give us a bit more visibility = into the current impact for various apps - req/s and memory usage would = be excellent to know. Andi