Show
Ignore:
Timestamp:
02/08/06 12:24:36 (3 years ago)
Author:
zoeloelip
Message:

Fixed some typos and cleaned up the README file a bit more
Fixed some typos in README.eLoader

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/README

    r135 r152  
    77dynamic content cache for PHP. It increases  performance  of  PHP  scripts  by  
    88caching them in compiled state, so that the overhead of  compiling  is  almost 
    9 completely eliminated. Also it uses some optimizations to speed  up  execution 
     9completely eliminated. It also optimises  the  script to speed  up  execution 
    1010of PHP scripts. eAccelerator typically reduces server load and  increases  the 
    1111speed of your PHP code by 1-10 times. 
     
    3030eAccelerator is compatible with Zend Optimizer's loader. Zend  Optimizer  must 
    3131be 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  with 
     32with Zend  Encoder  we  do  not  recommend  to  install  Zend  Optimizer with  
    3333eAccelerator. 
    3434 
     
    4040 
    4141 - Zend Performance Suite (http://www.zend.com/) 
    42  - PHP Accelerator (http://www.php-accelerator.co.uk/) 
    4342 - 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 want 
    49 to be added, please send e-mail to frankalcantara at users.sourceforge.net 
    50  
    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.2 
    61          
    62  - Andrew Hutchings - Linux Guru  ( http://www.domaincity.co.uk/) 
    63   Andrew Hutchings - Linux Guru - Just a quick message to say we are now using  
    64   eaccelerator as a replacement for mmcache on 2 of our 3 node round robin  
    65   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 elearning  
    70   server (Distance Learning System) written in PHP. We are hosting the systems  
    71   for our customers mainly by ourself. So we have 5 live-servers  
    72   (freebsd, apache2, php4, eaccelerator) with 5.5 million hits per month.  
    73   First without eAccelerator we should have installed more servers for good  
    74   performance and secondly we improve the customer convenience by quartering  
    75   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.000 
    79   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    
    8243 
    8344Download 
     
    8546Latest eAccelerator versions can be downloaded at the sourceforge page: 
    8647http://sourceforge.net/projects/eaccelerator/ 
     48Development snapshots from cvs can be downloaded at  
     49http://snapshots.eaccelerator.net 
    8750 
    8851 
    8952Requirements 
    9053------------ 
    91 apache 1.3, mod_php 4.1, autoconf, automake, libtool, m4 
     54apache >= 1.3, mod_php >= 4.1, autoconf, automake, libtool, m4 
    9255 
    9356 
    9457Compatibility 
    9558------------- 
    96 eAccelerator has been reported working with php4 and php5 but php 5.1 support 
     59eAccelerator has been reported working with php4 and php5, php 5.1 support 
    9760hasn't been integrated yet. It is being used on Linux, FreeBSD, MacOS X,  
    9861Solaris and Windows with apache 1.3 and 2, lighttpd and IIS. 
     
    244207    Compression level used for content caching.  Default value is "9" which  is 
    245208    the maximum value 
     209 
     210eaccelerator.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. 
    246214     
    247215eaccelerator.keys