Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33646 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70185 invoked by uid 1010); 4 Dec 2007 16:13:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 70169 invoked from network); 4 Dec 2007 16:13:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Dec 2007 16:13:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 38.99.98.18 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 38.99.98.18 beast.bluga.net Linux 2.6 Received: from [38.99.98.18] ([38.99.98.18:53133] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 36/F6-09439-CAC75574 for ; Tue, 04 Dec 2007 11:13:33 -0500 Received: from mail.bluga.net (localhost.localdomain [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id 47698C0E0CD; Tue, 4 Dec 2007 09:13:30 -0700 (MST) Received: from [192.168.0.106] (CPE-76-84-15-179.neb.res.rr.com [76.84.15.179]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id 86E6EC0E0C1; Tue, 4 Dec 2007 09:13:28 -0700 (MST) Message-ID: <47557CAB.4040204@chiaraquartet.net> Date: Tue, 04 Dec 2007 10:13:31 -0600 User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: Brian Shire CC: Stanislav Malyshev , scott.mcnaught@synergy8.com, 'internals Mailing List' References: <4731278C.8020301@chiaraquartet.net> <4731F977.4080502@zend.com> <4753B087.4020206@chiaraquartet.net> <003601c83582$a1b16fc0$e5144f40$@mcnaught@synergy8.com> <4754807B.80408@zend.com> <4754E2A0.5090103@chiaraquartet.net> <0A926DF2-DCC5-4A5C-B225-7DB81813AC4F@tekrat.com> In-Reply-To: <0A926DF2-DCC5-4A5C-B225-7DB81813AC4F@tekrat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] ignored patches From: greg@chiaraquartet.net (Gregory Beaver) Brian Shire wrote: > Hi Greg, > > I'm sorry that my message probably did come off as condescending. :-( > I really just wanted to share some my *own* pitfalls in case it was > something that might be helpful here. > > If you aren't too put off and you are running APC then perhaps we can > discuss more off-list as some of our performance problems may be similar > and I could exchange some optimizations with you to try out. > > Again *extremely* sorry for insulting you or anyone else here with my > not so well thought out email, I'd just like to try to help out a bit. Hi Brian, Apology accepted, thanks. I'm sure we could all benefit from facebook's profiling in-the-field knowledge when deciding how to proceed with these new 5.3 features. Last I checked, facebook was pretty speedy on load, so you must be doing something right. Greg