Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65864 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98146 invoked from network); 15 Feb 2013 09:25:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Feb 2013 09:25:40 -0000 Authentication-Results: pb1.pair.com header.from=dragoonis@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dragoonis@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.49 as permitted sender) X-PHP-List-Original-Sender: dragoonis@gmail.com X-Host-Fingerprint: 209.85.128.49 mail-qe0-f49.google.com Received: from [209.85.128.49] ([209.85.128.49:61634] helo=mail-qe0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 93/73-13024-F0FFD115 for ; Fri, 15 Feb 2013 04:25:40 -0500 Received: by mail-qe0-f49.google.com with SMTP id 5so1468851qea.36 for ; Fri, 15 Feb 2013 01:25:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=N6K/GcCeiU+321gs7D+5x5FW+W6yeBwrOtBvODvCB/0=; b=BJSsjQWUWGP/1T/taObx5GwjgreJKNv3FVZYktBlh8dJzHgUT4KPCKWU4CsSUSVWwr XdmTCMHOYfIAaGrtyjNg7RCr6itFXX+n/nKRpRH23Mpw5PRRM3H2WxNH1MczbEPIbJSv w5iLSQ8JYgA4YiV57RWSdSTWXGfIWwjK4Q99mQnwkdLBHfXnBj9RERfG2ud0d0A2VTsy 9sQdYhHTzRC6sXGh4gxNVMndcjgOhthyM7iDANME81qsYDpcxGi5agcxHgk1yRdnkhZM teGYwuKXm/x/u56oOpNhS8GBg0L12pS+w5YPTAasmFxjRrpbxtjHSeq4AsrxuCdJxkXd deXg== MIME-Version: 1.0 X-Received: by 10.229.234.227 with SMTP id kd35mr164589qcb.149.1360920332078; Fri, 15 Feb 2013 01:25:32 -0800 (PST) Received: by 10.229.202.193 with HTTP; Fri, 15 Feb 2013 01:25:31 -0800 (PST) In-Reply-To: References: Date: Fri, 15 Feb 2013 09:25:31 +0000 Message-ID: To: Damien Tournoud Cc: Pierre Joye , Jan Ehrhardt , PHP internals Content-Type: multipart/alternative; boundary=0016e6d36941f60f5204d5bff4bd Subject: Re: [PHP-DEV] Re: O+ 1st results From: dragoonis@gmail.com (Paul Dragoonis) --0016e6d36941f60f5204d5bff4bd Content-Type: text/plain; charset=ISO-8859-1 On Fri, Feb 15, 2013 at 9:23 AM, Damien Tournoud wrote: > On Fri, Feb 15, 2013 at 9:54 AM, Pierre Joye wrote: > > > > >>Mediawiki is slower because it does not support yet O+ for usercache, > > >>along other things. > > > > > > Is the same the case with Symfony? > > > > no, MediaWiki caching modules only support APC or Wincache so far. > > As far as I understand, O+ doesn't have any user caching support, right? > > So the comparison needs to be with user caching disabled in Mediawiki > when running with APC or Wincache. > Hi Damien, No, O+ doesn't have user level caching, it's only for opcode caching. It was discussed that APC should continue to provide user level caching. > > Damien > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --0016e6d36941f60f5204d5bff4bd--