Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在PHP中排队后台进程的最佳方法是什么...
Zend 的作业队列看起来非常好,但我无法切换到 zend 服务器,这样做的替代方案是什么?
Gearman非常有能力。 这是 PECL 扩展,这是进程监视器/守护进程。
还有诸如Amazon Simple Queue Service之类的东西。