Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61102 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82355 invoked from network); 4 Jul 2012 10:12:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jul 2012 10:12:29 -0000 Authentication-Results: pb1.pair.com header.from=tony@daylessday.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=tony@daylessday.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain daylessday.org from 95.163.84.66 cause and error) X-PHP-List-Original-Sender: tony@daylessday.org X-Host-Fingerprint: 95.163.84.66 mail.daylessday.org Received: from [95.163.84.66] ([95.163.84.66:40148] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 89/4D-30242-B0714FF4 for ; Wed, 04 Jul 2012 06:12:28 -0400 Received: from thinkx201.site (unknown [212.42.62.198]) by daylessday.org (Postfix) with ESMTPSA id E7E2FE0D8F for ; Wed, 4 Jul 2012 14:12:24 +0400 (MSK) Message-ID: <4FF41708.7060903@daylessday.org> Date: Wed, 04 Jul 2012 14:12:24 +0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120601 Thunderbird/13.0 MIME-Version: 1.0 To: internals@lists.php.net References: <4FF2FFBF.8050301@lerdorf.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Is the fix for #61238 in PHP 5.4.4 & pecl yet? From: tony@daylessday.org (Antony Dovgal) On 2012-07-03 20:49, Arvids Godjuks wrote: > One one side it's good to know i'm not wrong, on the other hand it's sad in > this case. > Sure about one thing - xcache is worth looking at and may be a better > choise than APC and has better potential. > One thing sure - I haven't heard anyone complaining about xcache. And > heard many complains about APC. XCache just crashed for me: http://xcache.lighttpd.net/ticket/240 No reproduce case and no idea how to make one - there are megabytes of code involved. We've been using APC for a year and a half after that and I was pretty much happy with it, except it crashed ~once a day with totally obscure backtrace. Not much of a problem, but kind of annoying and APC sources gave me headaches, so I revived eAccelerator instead and made it work with 5.3. With EA there was absolutely no difference in performance comparing to APC and the crashes are gone now. But now I'll have to make EA work with 5.4 and it's interned string hell.., which is quite different story. You might want to look at my EA fork, though: https://github.com/tony2001/eaccelerator/tree/alt -- Wbr, Antony Dovgal --- http://pinba.org - realtime profiling for PHP