ipsure logo
Logo and Language
Login icon Language selection icon
Hello, guest
*NIX Active category menu left background Active category menu right background BACKUP Hands-On blog header image Right block of Hands-On blog header image Final menu block of Hands-On blog header image
MS TIP PKI PROJECTS WORDPRESS Türkçe HANDS-ON SERVICES IT BUSINESS CONTACT ABOUT REFERENCES TERMS RSS
Home page Hands-On Services IT Business Contact About References Terms of Use RSS

22/04/2011

eAccelerator (as a Zend extension) High Load Averages Issue

Filed under: *NIX — Tags: , , , , , , , — Sezgin Bayrak @ 12:51

eAccelerator In one of our previous articles here, we had written about eAccelerator and metioned that it should significantly reduce the server load while increasing its speed from 1 to 10 times. But during the evaluation of eAccelerator under 1000+ http req/sec. conditions, we have noticed that Apache repeatedly launches child processes untill it reaches the MaxClients server limit and causes abnormal load averages to bring multi-core and multi-cpu performance servers on their knees just in seconds. When we debug the issue, we have noticed that all complaints in gdb backtraces were somehow about nothing but Zend.

more Read More

17/03/2010

PHP Acceleration with eAccelerator and Shared Memory Tweaking

accelerationPHP acceleration is a performance boosting method based on caching PHP scripts in a compiled state to avoid parsing and compiling the source code on every request. Caching inside the shared memory is the essential part of total acceleration concept which is also the leading fact for an optimum result. A well-built acceleration shall reduce server load while increasing the speed from 1 to 10 times.

.

.

more Read More