Newsgroups: php.apc.dev,php.internals Path: news.php.net Xref: news.php.net php.apc.dev:186 php.internals:43153 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1676 invoked from network); 22 Feb 2009 16:36:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Feb 2009 16:36:55 -0000 Authentication-Results: pb1.pair.com header.from=mikko.koppanen@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=mikko.koppanen@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.191 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: mikko.koppanen@gmail.com X-Host-Fingerprint: 209.85.128.191 fk-out-0910.google.com Received: from [209.85.128.191] ([209.85.128.191:30557] helo=fk-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E0/CE-64302-52F71A94 for ; Sun, 22 Feb 2009 11:36:54 -0500 Received: by fk-out-0910.google.com with SMTP id b27so1229049fka.7 for ; Sun, 22 Feb 2009 08:36:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=pu5anCvmqRszJ7+8e2Mj64XV5XKBArCD092bYKFroz8=; b=v4RR8GFUERgFISEnjW9iVsKyONGBMIDkHVM937y3yrbr9hp30AEJSxf3LI8SHu7YPF mg1rm5rI9Mrye5hmGbrGZuDLzbPP2OhOSXG9j254Z7pwVGqj+VDTWeVUtTkT8A/ZW3xb /UPR659q7dVbv5723s5VEQaGF8fpplb6zA+oI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=ud/uNQXyKaeJ7RIHbfMoCm0gtQ+doKjgd30HStqZpI7LhOnJ0sKXYcg6cLn//88XY2 DmTAa11dtIBKZsuL81ZMmLhRDn2hIWJFN9mvBnWk0yt7RSIb/Gxz8S+r+QnIOT4Nq5S/ aJ+85taHSGpAkDop+WixV9st7VXzwAnLJzG4A= MIME-Version: 1.0 Sender: mikko.koppanen@gmail.com Received: by 10.181.146.11 with SMTP id y11mr1176218bkn.5.1235320610652; Sun, 22 Feb 2009 08:36:50 -0800 (PST) In-Reply-To: <49A0F6D6.3080605@tekrat.com> References: <49A097FE.10205@tekrat.com> <633918AD-16DE-4B34-A76E-E90A21E325B3@opus1.com> <49A0F6D6.3080605@tekrat.com> Date: Sun, 22 Feb 2009 16:36:50 +0000 X-Google-Sender-Auth: 5c98450cba705c02 Message-ID: <8cf711460902220836g721fbde9s69408c0b8ed5086@mail.gmail.com> To: PHP Internals List , apc-dev@lists.php.net Content-Type: multipart/alternative; boundary=001485f796e22e81730463847ebb Subject: Re: [PHP-DEV] [RFC] APC/PHP Lazy Loading From: mkoppanen@php.net (Mikko Koppanen) --001485f796e22e81730463847ebb Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On Sun, Feb 22, 2009 at 6:55 AM, shire wrote: > > Thanks for the feedback, and hopefully the above makes sense. I don't want > to encourage bad progarmming form and would definitely encourage avoiding > this situation if possible, however I think many applications may find this > optimization a necessity. > Hello, I don't think this patch encourages bad programming any way. It just gives more flexibility for the sites that need to focus on performance. I haven't had the chance to check the patch yet but as a principle this is something I would like to see in future versions of PHP / APC. Good work! -- Mikko Koppanen --001485f796e22e81730463847ebb--