Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82509 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9367 invoked from network); 12 Feb 2015 02:06:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Feb 2015 02:06:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.51 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.218.51 mail-oi0-f51.google.com Received: from [209.85.218.51] ([209.85.218.51:39133] helo=mail-oi0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 47/37-02515-69A0CD45 for ; Wed, 11 Feb 2015 21:06:14 -0500 Received: by mail-oi0-f51.google.com with SMTP id g201so800000oib.10 for ; Wed, 11 Feb 2015 18:06:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=v8r84Map4QFyJxaa6KtU2XZCIgnSfMDu7GP1oIEfoyM=; b=Uy6KMNg9B9QubsWLB0CdQgeuaeFyuHYSPNb84QXN4IrzTtDmIAInxfb10q2AG7HZ1e Zg7mI6go2iHxfZ2E7t2+eQ6z1hun1NXNMe/zL6T0OgvZKN2Y2ykV3IZWlrOkX6gpX+AV w8686jpeClm1f4vDtb8zD/O1ACgxuIqx3RH1kczXJ1FdY0UOQlIfuAmMYlynY/QuIYGj wi/Apn8UBsYx+5l6dr3RECkAgopBc9ZP95mQb8ZAflrQFrqc5hloldjUiXGEC+RaAGCn sEdmyshcrzIMsLvWRDvzoJ4yjqUzMAgJXBeOLp8NEZu5X20zUEtb0pNwfuz15nDvI09x Uskw== X-Received: by 10.182.104.42 with SMTP id gb10mr1115523obb.62.1423706771244; Wed, 11 Feb 2015 18:06:11 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.202.229.9 with HTTP; Wed, 11 Feb 2015 18:05:31 -0800 (PST) In-Reply-To: References: <54D3EE95.2080109@lerdorf.com> Date: Thu, 12 Feb 2015 11:05:31 +0900 X-Google-Sender-Auth: w4I0mTdpD04bJAvPAFVx1T8tgzM Message-ID: To: Xinchen Hui Cc: Rasmus Lerdorf , PHP internals Content-Type: multipart/alternative; boundary=089e01227f2e5d4caa050eda903b Subject: Re: [PHP-DEV] Annotated PHP 5->7 extension diff From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e01227f2e5d4caa050eda903b Content-Type: text/plain; charset=UTF-8 Hi all, On Wed, Feb 11, 2015 at 3:51 PM, Yasuo Ohgaki wrote: > On Wed, Feb 11, 2015 at 3:27 PM, Xinchen Hui wrote: > >> The fails must be know... relates to key name checking >> >> the leaks needs to be take care, I will look into it. >> >> anyway, these should not affects your work, >> > > I think so. I'll start working :) Since my system isn't busy at all, there would be something wrong. Memcached is vanilla package from Fedora 21 without any turning. PHP/Apache are debug build. Anyway, current figure is lazy_write=On: Requests per second: 2218.55 [#/sec] (mean) lazy_write=Off: Requests per second: 24.58 [#/sec] (mean) Session has rather large about 100KB data for benchmark purpose. I'll test a little more and send PR later. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --089e01227f2e5d4caa050eda903b--