使用域套接字的 Python 兼容分布式消息/任务系统(如 Celery)
有没有像 Celery 这样的东西可以与 unix 域套接字一起使用?我当前的主机 (dreamhost) 禁止运行侦听 IP 套接字的服务器,因此我需要一些可以与域套接字一起使用的东西。
显然,更简单的解决方案是首选,但任何具有 python 客户端库和域套接字支持的消息队列软件都可以。
Is there anything like Celery that works with unix domain sockets? My current host (dreamhost) forbids the running of servers that listen on IP sockets, so I need something that will work with domain sockets.
Obviously, easier solutions are preferred, but any message queuing software with a python client library and domain socket support will do me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您绝对应该看看 zeromq python 绑定,它们是兼容的与域套接字。
You should definitely have a look at zeromq python bindings, which are compatible with domain sockets.