PHP 队列后台进程
在 PHP 中对后台进程进行排队的最佳方法是什么...
Zend 的作业队列看起来非常好,但我无法切换到 zend 服务器,有哪些替代方法可以做到这一点?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Gearman 非常有能力。 这是 PECL 扩展,以及 这是一个进程监视器/守护进程。
还有诸如 Amazon Simple Queue Service 之类的东西。
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.