Reputation: 8968
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?
Upvotes: 0
Views: 754
Reputation: 51411
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.
Upvotes: 1