Re: [PHP-DEV] Re: Expose zend_message_dispatcher_p

2012-11-21 Thread Dmitry Stogov
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 J

Re: [PHP-DEV] Re: Expose zend_message_dispatcher_p

2012-11-21 Thread Pierre Joye
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

[PHP-DEV] Re: Expose zend_message_dispatcher_p

2012-11-21 Thread Dmitry Stogov
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

[PHP-DEV] Re: Expose zend_message_dispatcher_p

2012-11-20 Thread Laruence
On Wed, Nov 21, 2012 at 2:35 PM, Dmitry Stogov wrote: > [see below] > > On Wed, Nov 21, 2012 at 6:39 AM, Laruence wrote: >> >> Hey: >> >>This problem come out when I was figuring a performance issue of >> Yaf_Loader. >> >>Yaf provides a autoloader like PSR0, when doing a classes >> autol

[PHP-DEV] Re: Expose zend_message_dispatcher_p

2012-11-20 Thread Dmitry Stogov
[see below] On Wed, Nov 21, 2012 at 6:39 AM, Laruence wrote: > Hey: > >This problem come out when I was figuring a performance issue of > Yaf_Loader. > >Yaf provides a autoloader like PSR0, when doing a classes > autoloading. it used to: > >1. stat the file, if file does not exists