From c4db02aedbeae899ec86d5eff59ec7499a9f9853 Mon Sep 17 00:00:00 2001 From: frankw Date: Wed, 30 Apr 2008 02:13:16 +0000 Subject: [PATCH] Making eAccelerator more "mandatory" due to load issues when not installed. git-svn-id: svn://192.168.202.10@850 3d104415-ff17-0410-8863-d5cf3c621b8a --- docs/REQUIREMENTS.txt | 1 + docs/SCRATCH_INSTALL.txt | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/REQUIREMENTS.txt b/docs/REQUIREMENTS.txt index 37400c31..5b97e3de 100644 --- a/docs/REQUIREMENTS.txt +++ b/docs/REQUIREMENTS.txt @@ -14,6 +14,7 @@ Requirements for installing astGUIclient/VICIDIAL on an Asterisk server: - No modification of outgoing callerID (you can set callerID through admin) - Access to Apache/PHP webserver, php.ini memory_limit set to 48M - In php.ini you must have uploads turned on to use the web lead loader +- Even so eAccelerator is technically not mandatory, it is strongly recommended. - SoX 12.17.5 or greater must be installed - GNU screen 3.9.15 or greater must be installed - ntp must be installed and syncd to same time source as any other servers diff --git a/docs/SCRATCH_INSTALL.txt b/docs/SCRATCH_INSTALL.txt index 16b37944..82625eaa 100644 --- a/docs/SCRATCH_INSTALL.txt +++ b/docs/SCRATCH_INSTALL.txt @@ -745,7 +745,11 @@ installation on another machine) NOTE: If using PHP5 you may need to add the following line to php.ini: short_open_tag = On - OPTIONAL- Load eaccelerator PHP-caching application: + OPTIONAL- Load eAccelerator PHP-caching application: + Even so this is technically an optional part, it is strongly recommended that you install eAccelerator + since it will slash PHPs processing power requirements greatly. Without eAccelerator load on the system + can be ten times as high, which can cause all kinds of problems, this is especially true for single + system setups. - Go to http://eaccelerator.net and download the most recent package - cd /usr/local - wget http://bart.eaccelerator.net/source/0.9.5/eaccelerator-0.9.5.zip