Hi,
For the past few months I've been working on improving PHP performance
primarily on CMT hardware on Solaris. I've used Sun Studio C++'s
collector/analyzer to identify the performance bottlenecks in PHP when
running a web-based ecommerce-site workload. Over the next few weeks I
hope to post my patches to this list.
The patches are based on a PHP6 source tree. Many of the patches apply
to #ifdef ZTS codepaths.
I hope to hear review comments about my patches.
Thanks,
Arvi
hi,
I would suggest to open new requests in our bug tracker. You will
reach the right people using the tracker and your patches will not get
lost in the ML archive.
Cheers,
Hi,
For the past few months I've been working on improving PHP performance
primarily on CMT hardware on Solaris. I've used Sun Studio C++'s
collector/analyzer to identify the performance bottlenecks in PHP when
running a web-based ecommerce-site workload. Over the next few weeks I
hope to post my patches to this list.The patches are based on a PHP6 source tree. Many of the patches apply
to #ifdef ZTS codepaths.I hope to hear review comments about my patches.
Thanks,
Arvi--
--
Pierre
thanks pierre. i'll do that.
arvi
I've created
Bug #50086 [PATCH] - Avoid invoking setitimer when timeouts have been disabled
http://bugs.php.net/bug.php?id=50086
Bug #50087 [PATCH] - NSAPI performance improvements
http://bugs.php.net/50087
I'm reworking http://marc.info/?l=php-internals&m=125690494901912&w=2
based on feedback I've received from Dmitry.
Thanks,
Arvi