Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:64021 php.pecl.dev:10005 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37452 invoked from network); 21 Nov 2012 08:46:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Nov 2012 08:46:45 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain zend.com does not designate 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:64643] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FF/78-20662-4F49CA05 for ; Wed, 21 Nov 2012 03:46:45 -0500 Received: by mail-ob0-f170.google.com with SMTP id wp18so7172859obc.29 for ; Wed, 21 Nov 2012 00:46:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=A6d2EsjF5nVIRbd8HkNFL3Qg0jggnIYBkEofn+xG2xQ=; b=Pd2PffyykmAZCL+JaG1CjeeLBK7Hkjyuvv+c3L1aUk8icfWrhsCTCG2gMb0GPHf8Jw B3rm6l38CS+a/R3ep0VoiB4MiaYoHnfiaQ5Lkk6jm/THL2yar2O23TyhbYthc7GKKKXu tQ/ojuXBbfqZuf/zlr87tG5rLxXo5Vf1tU2WSq8qx2MhA2uCo+rM3ukZxBEUeKkUvo/M 5AtgPIPwKfS32ZURx/LKawSNisdwNX2iOfWmLXl6HlxhL51UFUfZWk3hGb0avoZyJ/zK XdS/NQhbC0853rA0qX8R894np6HrQJZsEY2VWwG3P0rquulDz5r5F7n8vSdZ/nii5b2j t/pQ== MIME-Version: 1.0 Received: by 10.60.29.70 with SMTP id i6mr8744392oeh.38.1353487601673; Wed, 21 Nov 2012 00:46:41 -0800 (PST) Received: by 10.182.14.234 with HTTP; Wed, 21 Nov 2012 00:46:41 -0800 (PST) In-Reply-To: References: Date: Wed, 21 Nov 2012 11:46:41 +0300 Message-ID: To: Pierre Joye Cc: Laruence , PHP Internals , PECL Announce Content-Type: multipart/alternative; boundary=e89a8ff25644b4a55a04cefd63f2 X-Gm-Message-State: ALoCoQnkob4lZAeCLamBpTHiunOGio2OrCAV1JBRduracwn4UCMz0wEXegF9rpOZpT4DrzVFfsh1X/h9dED3tfSc45UoyXLtxvpWZ0O123iWnwjCc+729WfYMt0+knljvg2zYplyAM8b Subject: Re: [PHP-DEV] Re: Expose zend_message_dispatcher_p From: dmitry@zend.com (Dmitry Stogov) --e89a8ff25644b4a55a04cefd63f2 Content-Type: text/plain; charset=ISO-8859-1 Hi Pierre, Sorry, but I'm really busy to support APC. I may explain the working solution once again, but according to coding I would prefer to spend my "free" time looking into php-5.5 problems and possible new performance improvements. Thanks. Dmitry. On Wed, Nov 21, 2012 at 12:25 PM, Pierre Joye wrote: > hi Dmitry, > > On Wed, Nov 21, 2012 at 9:14 AM, Dmitry Stogov wrote: > > Great! I always glad to help. And I would avoid "tricky" solutions as > much > > as possible. :) > > > > Even 2 minutes TTL is going to save few thousands syscalls, in case your > > site is really > > high loaded, and it make no sense to care about "last syscall > optimization" > > if you system is mostly idle. > > > > BTW: I'm not sure if APC calls stat() for inclode_once(), but it > definitely > > possible not to call it. > > It has been a long todo to remove some of the stat calls in APC. It > would be nice if you could give a hand here :) > > Cheers, > -- > Pierre > > @pierrejoye | http://blog.thepimp.net | http://www.libgd.org > --e89a8ff25644b4a55a04cefd63f2--