The following section provides a complete description of each service along with instructions on how to run and stop the services.
|
Description |
Integrates Java libraries and classes within PHP applications. |
|
To Enable |
Run the setup tool and select option number, 2 "Setup Java Bridge" and input the required data. |
|
To Disable |
net stop ZPJava or net stop "Zend Platform Java Bridge" *Quotes are mandatory.
To completely disable the Java Bridge, remove the directive zend_extension_manager.java_bridge from the php.ini to prevent loading a redundant shared object (in UNIX, linux i5/OC and Mac .so in Windows .dll). |
|
Resulting Outcome |
If stopped, integration with Java libraries and classes within PHP applications will be not be available. |
|
Description |
Session Clustering increases PHP application scalability. |
|
To Enable |
Run the setup tool and select option number, 1 "Setup Session Clustering" |
|
To Disable |
net stop ZPSC or net stop "Zend Platform Session Clustering" *Quotes are mandatory.
To completely disable Session Clustering, remove the directives zend_extension_manager.mod_cluster and session.save_handler=cluster from the php.ini to prevent loading a redundant shared object (in Unix .so in Windows .dll). |
|
Resulting Outcome |
If stopped, the ability to make sessions accessible to all cluster members will not be available. |
|
Description |
Job Queues reroutes and delays the execution of processes and to improve response times during interactive Web sessions. |
|
To Enable |
Run the setup tool and select option number, 3 "Setup Job Queues". |
|
To Disable |
net stop ZPJobQ or net stop "Zend Platform Job Queue" *Quotes are mandatory.
To completely disable Job Queues, remove the directive zend_extension_manager.jobqueue_client from the php.ini to prevent loading a redundant shared object (in Unix .so in Windows .dll). |
|
Resulting Outcome |
If stopped, the ability to reroute and delay execution of jobs will be disabled (jobs that are already running will not be stopped). |
Note:
To ensure the Java Bridge,
Session Clustering and Job Queue services do not start again next
time the server is booted, erase the following:
1) Open /usr/local/Zend/Platform /etc/rc.d/, and remove these symbolic
links:
- S10mysql.sh -> /usr/local/Zend/Platform/MySQL/bin/mysql.sh
- S20jqd.sh -> /usr/local/Zend/Platform/bin/jqd.sh
- S30scd.sh -> /usr/local/Zend/Platform/bin/scd.sh
- S40javamw.rc -> /usr/local/Zend/Platform/bin/javamw.rc
*Not all will appear depending on your configuration preferences.
2) Delete platform_init.sh.
In Windows, open the Service Manager (Start | Settings | Control Panel
| Administrative Tools | Services and set them to Disabled.
When reactivating these services this information will be restored automatically.
|
Description |
Cleans old files from the cache directory and maintains cache size below the limits. It runs as a stand-alone background program (daemon), it may be signaled by the user manually, or from the crontab, or from httpd when the cleanup is needed. |
|
To Enable |
Automatically configured during installation |
|
To Disable |
#crontab -u $apache_user -e as root and remove the following line: "r;*/10 * * * * /usr/local/Zend/Platform/bin/cache_clean -l /usr/local/Zend/Platform/etc/zend.ini &>/dev/null"
net stop ZPCache or net stop "Zend Platform Cache Cleaner" *Quotes are mandatory. |
|
Resulting Outcome |
This stand-alone background program cleans the cache directory from old files and maintains cache size below the limits. Deactivating it should only be done in the event you choose not to use Platform's caching abilities. |
|
Description |
Collects PHP events for PHP Intelligence. |
|
To Enable |
Automatically configured during central installation. In Windows the node collector service (that is part of the four collector services) is also installed in the Node installation. |
|
To Disable |
#crontab -u $apache_user -e as root and remove the following line: */2 * * * * /usr/local/Zend/Platform/bin/collector_center /usr/local/Zend/Platform/etc -D
net stop ZPAction net stop ZPPinger net stop ZPCollector net stop ZPNodeCollector
or net stop ”r;Zend Platform Action” net stop ”r;Zend Platform Pinger” net stop ”r;Zend Platform Collector Center” net stop ”r;Zend Platform Node Collector” *Quotes are mandatory. |
|
Resulting Outcome |
If deactivated, PHP events will not be captured. This should be done in the event you do not wish to utilize PHP Intelligence's monitoring abilities. |
|
|
|
|
|
Related Links: |
|
|
|