Is it possible to use Zend Queue without to have Zend Server installed on a server ?
Asked
Active
Viewed 972 times
2 Answers
4
If you mean Zend_Queue class from Zend Framework, then sure - you can download ZF from http://framework.zend.com/ and use it independently.
If you mean Zend Job Queue, then no, it's part of Zend Server.

StasM
- 10,593
- 6
- 56
- 103
0
Yes , Zend_queue is a part of zend_framework, with a driver for Zend_server but also a driver to memcachedQ, or over Zend_Db or many other system.

Moosh
- 386
- 1
- 8