You are currently viewing Zend Server 5.x documentation. Click here to view the latest Zend Server online documentation.
You are here: Zend Server User Guide > Concepts > Server Setup Tab > Job Queue

Job Queue

The Job QueueA simple and manageable system for off-loading tasks from the synchronous user request, to an external, parallel PHP process. page is accessed from Server Setup | Job Queue.

From this page, you can define the different settings for configuring the Job Queue Component.

This component is used to schedule jobsJobs contain information about a specific Job (script to run) that you have set to run in your environment. to run a PHP script. This can be done by creating a Job in Recurring Jobs or by using the API.

 

The Job Queue page is a settings definition page for the Job Queue Component that provides Job scheduling capabilities.

 

The following Job Queue Daemon settings available:

 

 

Related Links

Related Links:

Queue Statistics

Jobs

Job Details

Recurring Jobs

Creating a Job

Job Queue Component

 

 

 

© 1999-2013 Zend Technologies, Ltd. All rights reserved.