In this Topic Hide
Watch a video that shows the steps to complete a procedure. The video
icon
will be displayed next to procedural
steps that already have a video.
You too can ask for videos that you would like to see by sending a link to documentation@zend.com.
Code tracing captures PHP application execution both in production and in test lab environments. This allows developers to replay reported problems instead of trying to re-create them. As a result, there is a dramatic decrease in time consumed by root cause analysis.
Zend Server captures the full execution of the application in real-time – in production or in the test lab – so root cause can quickly be identified.
Benefits - Finding root cause can often be challenging during testing, and incredibly difficult when the application is running in production. Trying to reproduce the exact environment, application state, and server load in the development lab is both time-consuming and error-prone, thereby taking developers away from their most important task – writing code.
Workflow - The trace displayed in the Zend Server web console functions like a DVD player, showing the recorded execution history of the application. Users can follow the footsteps of a single problematic request in order to quickly pinpoint the root cause of the problem.
By leveraging the Zend Server event monitoring mechanism, code tracing can save trace data only when a problem occurs. For example, when the performance of a checkout process in a web application drops below a predefined threshold, Zend Server can send an alert and capture the entire execution of the poorly performing request. The combination of knowing that a problem has occurred, while recording the entire execution flow, allows for quick identification and correction even before other users may notice.
Job Queues provide offline asynchronous processing of tasks and activities that can be run independently of the end user experience. For an overview of the Job Queue architecture see Zend Job Queue.
New supported PHP version. This release is a major improvement in the 5.X series, which includes a large number of new features and bug fixes. For a detailed list of what's new see http://php.net/releases/5_3_0.php.
|
|
|
Related Links: Code TracingWorking with Code Tracing Zend Code Tracing Zend Code Tracing - Configuration Directives Zend Job Queue Creating a Job Managing Jobs Zend Job Queue - Configuration Directives Zend Job Queue - PHP API The Zend Job Queue Class http://php.net/releases/5_3_0.php - external link |
|
|