Zend Server is comprised of several components that each contributes important functionality to facilitate the development process.
The components are:
Zend Monitor - The Zend Monitor component is integrated into the runtime environment and serves as an alerting and collection mechanism for early detection of PHP script problems.
Zend Page Cache - The Zend Page Cache component is used to cache the entire output of PHP scripts, without changing the PHP code.
ZDS (Zend Download Server) - The ZDS (Zend Download Server) component improves Apache's scalability by managing static content downloads and passing them to a dedicated process optimized for parallel downloads (not supported in Microsoft Windows).
Zend Job Queue - The Jobs Component is used to streamline offline processing of PHP scripts.
Zend Code Tracing - Code Tracing enables real-time execution flow recording in Production Environments.
Zend Session Clustering - Scales environments to a cluster.
Click on a link to view a full description of the components architecture. To see how to work with a component, select a topic that begins with "Working with..." from the Tasks section. For a short description of each component and where it is installed, see the Installed Components section in the Installation Guide.
Comprehensive caching takes the improved application responsiveness offered by Zend Server and expands it to an entire cluster – those optimizations include accelerating PHP execution, caching page content, and optimizing file and content downloads to improve the overall user experience
|
|
|
Related Links: |
|
|