5 ms·
Although certainly not without its issues, the most popular solution for that platform is Gearman http://gearman.org http://gearman.org . It's fairly ops-intens
by gmack 14y ago
Although certainly not without its issues, the most popular solution for that platform is Gearman http://gearman.org http://gearman.org . It's fairly ops-intensive, but the most friendly for PHP without having to resort to things like Stomp to interface with messaging (MQ) systems. Which are not optimally designed for job enqueing, per se.
- old_sound 14y agoWhy you say that messaging systems are not designed for queueing? You seem to imply that servers like RabbitMQ won't do the job.