Posts archive for March, 2007

Install eAccelerator to Optimize PHP performance

advertisement

php, php cache, php accelerator, php tuningServer load increase? looking for ways to optimize your php performance? if you have php optimization problem, you should try PHP eAccelerator. PHP eAccelerator is a free open source PHP accelerator, optimizer and dynamic content cache module that specially build to optimize php performance. According to php eaccelerator official site, php accelerator able to speed up the php code by 1-10 times and reduce server load.

How PHP eAccelerator able to speed up php code and reduce server load?

PHP eAccelerator works this way, whenever there is request to a file, PHP eAccelerator will parse the php file and cache them in their compiled state in the shared memory. So when the next request come, php eAccelerator will serve the request using the cache and it completely eliminated the compile state, so it will speed up php execution. (*Files that can’t fit in shared memory are cached on disk only.)

Interested with PHP eAccelerator? How to install PHP eAccelerator?

Continue reading Install eAccelerator to Optimize PHP performance »

CentOS: install yum fastest mirror plugin for faster connection update

advertisement

linux, centos yum update, centos linuxYum fastest mirror plugin (yum-plugin-fastestmirror) allow yum to select the closest and freshest mirror around you for your yum update. Once the yum fastest mirror plugin is activated, whenever you perform yum update or install, you will get a better connection. As yum will search the mirror based on your IP thru the GeoIP system. Yum select the fastest mirror based on:-

1. The connecting location of the client.
2. The current freshness/staleness of the mirrors for that region.

yum fastest mirror plugin (yum-plugin-fastestmirror) sound interesting? Want to try?
To install yum fastest mirror plugin (yum-plugin-fastestmirror) you can use this command:-

Continue reading CentOS: install yum fastest mirror plugin for faster connection update »

Error number: 0x80070424 in Windows Update – Solution

advertisement

I’ve encounter Error number: 0x80070424 in Windows Update on one of my PC. If you have 0x80070424 i guess you will not able to perform any windows update including using the windows update website. After googling a while i found that Error number: 0x80070424 in Windows Update is caused by some of the dll registration problem.

To solve the Error number: 0x80070424 in Windows Update follow the steps below:-

Continue reading Error number: 0x80070424 in Windows Update – Solution »