Hi,
Today i share my first module "JobQueue" on Zend-Framework 2 module site :)
URL : http://modules.zendframework.com/
JobQueue is a Feature of the Zend-Server and i use this feature in Zend-Framework2.
JobQueue Module is basically use to handle heavy background process. It helps to increase the Web App performance. JobQueue service can be used for the following scenarios :
URL : https://github.com/tarun-singhal/JobQueue
NOTE: Please make sure your zend-server service should be running.
Below screen-shot that shows, once you run the module in your application then you can view your application job status send via JobQueue module on zend-server.
Today i share my first module "JobQueue" on Zend-Framework 2 module site :)
URL : http://modules.zendframework.com/
JobQueue is a Feature of the Zend-Server and i use this feature in Zend-Framework2.
JobQueue Module is basically use to handle heavy background process. It helps to increase the Web App performance. JobQueue service can be used for the following scenarios :
- Preparing data for the next request (pre-calculating)
- Pre-caching data
- Generating periodical reports
- Sending e-mails
- Cleaning temporary data or files
- Communicating with external systems.
Job Queue module is useful with Zend Server 5 (though not as part of the Community Edition).
URL : https://github.com/tarun-singhal/JobQueue
NOTE: Please make sure your zend-server service should be running.
Below screen-shot that shows, once you run the module in your application then you can view your application job status send via JobQueue module on zend-server.
No comments :
Post a Comment