有没有好的PHP脚本运行框架推荐?基于队列的脚本触发器
我正在寻找一个好的框架来结合队列服务运行 PHP 后端业务逻辑。该框架需要能够维持大量的 php 进程正常运行并等待队列事件。
I'm looking for a good framework to run PHP back-end business logic in combination with a queue service. the framework needs to be able to maintain large number of php processes up and running waiting for queue events.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
至于框架,您可以使用任何好的框架,我不会进入框架辩论,所以让我们看看在队列处理方面什么是实用的:
所以有很多选择,我给出的唯一具体建议是不要犯用关系数据库实现队列系统的错误。
如果这不能回答您的问题,我想您必须向我们提供有关您的要求的更多详细信息。
As for the framework you can use any of the good frameworks out there and I'm not going into the framework debate, so let's just see what would be practical in terms of queue handling:
So there are tons of options, the only concrete advice I would give is not to make the mistake of implementing the queue system with a relational database.
If this doesn't answer your question I guess you have to give us more details about your requirements.