Changeset 152 for eaccelerator/trunk/README
- Timestamp:
- 02/08/06 12:24:36 (3 years ago)
- Files:
-
- eaccelerator/trunk/README (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/README
r135 r152 7 7 dynamic content cache for PHP. It increases performance of PHP scripts by 8 8 caching them in compiled state, so that the overhead of compiling is almost 9 completely eliminated. Also it uses some optimizationsto speed up execution9 completely eliminated. It also optimises the script to speed up execution 10 10 of PHP scripts. eAccelerator typically reduces server load and increases the 11 11 speed of your PHP code by 1-10 times. … … 30 30 eAccelerator is compatible with Zend Optimizer's loader. Zend Optimizer must 31 31 be installed after eAccelerator in php.ini. If you don't use scripts encoded 32 with Zend Encoder then we do not recommend you install Zend Optimizer with32 with Zend Encoder we do not recommend to install Zend Optimizer with 33 33 eAccelerator. 34 34 … … 40 40 41 41 - Zend Performance Suite (http://www.zend.com/) 42 - PHP Accelerator (http://www.php-accelerator.co.uk/)43 42 - Alternative PHP Cache (http://pecl.php.net/package/APC) 44 45 46 Where is eAccelerator already used?47 -----------------------------------48 The following you will find a list of sites that use eAccelerator. If you want49 to be added, please send e-mail to frankalcantara at users.sourceforge.net50 51 - The Slovenian National RTV Station (http://www.rtvslo.si)52 The Slovenian National RTV Station and its news/misc portal with forums.53 Over 3500 users and more than 37000 forum messages in a year.54 Two round-robin servers for the masses, and an administrator server.55 6 000 000 pageloads monthly.56 57 - An other game oriented french website (http://www.mondespersistants.com)58 An other game oriented french website with 6 000 000 pageloads monthly.59 http://guildes.mondespersistants.com is a full PHP5 oo development.60 Theses websites are running under freebsd/apache 1.3/php 5.0.3/eaccelerator 0.9.261 62 - Andrew Hutchings - Linux Guru ( http://www.domaincity.co.uk/)63 Andrew Hutchings - Linux Guru - Just a quick message to say we are now using64 eaccelerator as a replacement for mmcache on 2 of our 3 node round robin65 clusters, 2.5million hits per day. We will be doubling this in the next few week,66 as well as implementing new clusters.67 68 - elearning server (http://www.ets-online.de)69 Denny Reeh - System Developer - The e/t/s didactic media provides an elearning70 server (Distance Learning System) written in PHP. We are hosting the systems71 for our customers mainly by ourself. So we have 5 live-servers72 (freebsd, apache2, php4, eaccelerator) with 5.5 million hits per month.73 First without eAccelerator we should have installed more servers for good74 performance and secondly we improve the customer convenience by quartering75 the medium response time of a script.76 77 - Browser game (http://www.mafia-inc.de)78 The Mafia-Incorporated is a succesfull Browser game with around 2.500.00079 pages impressions each day and over 5000 user.80 (GNU Linux(debian) / Apache 2.0.53 / PHP 4.3.10-9 / eAccelerator 0.9.2a)81 82 43 83 44 Download … … 85 46 Latest eAccelerator versions can be downloaded at the sourceforge page: 86 47 http://sourceforge.net/projects/eaccelerator/ 48 Development snapshots from cvs can be downloaded at 49 http://snapshots.eaccelerator.net 87 50 88 51 89 52 Requirements 90 53 ------------ 91 apache 1.3, mod_php4.1, autoconf, automake, libtool, m454 apache >= 1.3, mod_php >= 4.1, autoconf, automake, libtool, m4 92 55 93 56 94 57 Compatibility 95 58 ------------- 96 eAccelerator has been reported working with php4 and php5 butphp 5.1 support59 eAccelerator has been reported working with php4 and php5, php 5.1 support 97 60 hasn't been integrated yet. It is being used on Linux, FreeBSD, MacOS X, 98 61 Solaris and Windows with apache 1.3 and 2, lighttpd and IIS. … … 244 207 Compression level used for content caching. Default value is "9" which is 245 208 the maximum value 209 210 eaccelerator.name_space 211 A string that's prepended to all keys. This allows two applications that 212 use the same key names to run on the same host by setting this in .htaccess 213 or in the main configuration file for the whole webserver. 246 214 247 215 eaccelerator.keys