Eaccelerator
EacceleratoreAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times.
Homepage: http://eaccelerator.net/
PHP加速器 eaccelerator 介绍
1、 PHP加速器 eaccelerator 简介; eaccelerator是一个自由开放源码php加速器,优化和动态内容缓存,提高了性能php脚本的缓存性能,使得PHP脚本在编译的状态下,对服务器的开销几乎完全消除。 它还有对脚本起优化作用,以加快其执行效率。使您的PHP程序代码执效率能提高1-10倍; 官方主页: http://eaccelerator.net 2、 安装和配置; 首先您要安装...
eAccelerator 给我们带来的好处
之前朋友推荐我用 eAccelerator ,后来用了,虽然确实起到加速的作用了,但是一直也没有很在意它。 今天看到其他的一些资料,蛮推荐使用eAccelerator 的。今天再留意下服务器的运行情况。发现了一些问题。 在使用 eAccelerator 之前,CPU占用经常在50%左右。那时候环境是: FreeBSD 4.11 + Apache 2.0.59 + php 5.1.5 + Squid 2.5 。 使用 eAccelerator 之后...
安装eaccelerator加速!
发现大部分教程都是转载的不说,还都是有问题的!有几次搞的论坛都打不开了!终于安装好了. 环境:windows2003+iis6.0+php5.14+zend2.62 1.首先,我们下载编译好了的Module http://x.discuz.net/379963/viewspace-92944.html 选择下载对应您的系统和PHP版本的eAccelerator 2.将其重命名为 eaccelerator.dll (win版) 然后移至您的 php目录下 的 ext文件...
在Dreahost主机上面安装eAccelerator!
现在大部分人都在dh申请了主机,很便宜,而且提供ssh/gcc等功能,用起来很爽. 在前面一直提到eaccelerator可以提高php的性能,于是开始在dh上面折腾,终于把eaccelerator安装上去了. 1. 要先自己build一个php.为什么?因为我们要修改php.ini文件.所以我们得自己去build一个新的,系统中的我们修改不了.再说了,自己的php很方便,想加什么就加什么,想怎么玩就怎么玩~ ...
eAccelerator 加速器性能测试
测试所用服务器的硬件配置如下。 CPU - Pentium 4 XEON 2.8G EM64T FSB800 x 2 RAM - 2G DDR-2 ECC HDD - UltraSCSI 320 146G Maxtor ATLAS RPM15K x 2 测试所用服务器的软件配置如下。 OS - Debian GNU/Linux 2.4.29 WWW - Apache Web Server 2.0.53 PHP - PHP 4.3.10 MYSQL - MySQL 4.0.24 本测试报告主要描述...
给PHP加速,eAccelerator配置和使用指南(2)
三、在PHP中可以使用eAccelerator的API开发 1、API和文档说明: eAccelerator提供了便捷便捷而又稳定的本机缓存实现方式,由于大部分代码实现基于共享内存,所以只能在*nix平台中使用,Windows平台Michael就暂时不知道何时有这方面的支持了。 eAccelerator提供如下的API接口和文件:(下述文件均在源码包的doc/php/目录下) 文件列表: cache.php dasm...
给PHP加速,eAccelerator配置和使用指南(1)
前一段时间完成了服务器从FreeBSD4.10到6.1的升级,同时把PHP也升级到了最新的PHP5.1.4,Apache也升级到了最新的 Apache2.2,为了更好的提高系统的性能,考虑对PHP再进行一些优化,前两年接触过MMCache和eAccelerator,尤其对 eAccelerator非常喜欢,这次优化也选择了它,下面整理一些文档和大家分享。 目录: 一、eAccelerator介绍 1、背景 2、原理 二...
为php增加eaccelerator加速
应用eaccelerator加速php 安装php4 apt-get install php4-common php4 php4-cli php4-cgi php4-dev 下载 eaccelerator wget http://jaist.dl.sourceforge.net/sourceforge/eaccelerator/eaccelerator-0.9.4.tar.bz2 tar xvjf eaccelerator-0.9.4.tar.bz2 运行 phpize 会生成configure程序 ./configure enable-ea...