What is the best way to queue background processes in PHP...
Zend's job queue seems very nice but I am not able to switch to zend server what are the alternatives for doing this?
What is the best way to queue background processes in PHP...
Zend's job queue seems very nice but I am not able to switch to zend server what are the alternatives for doing this?
Gearman is very capable. Here's the PECL extension, and here's a process monitor / daemon.
There's also things like the Amazon Simple Queue Service.