开发者

Python-compatible distributed messaging/task system (like Celery) that uses domain sockets

开发者 https://www.devze.com 2023-03-28 15:13 出处:网络
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

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 queu开发者_开发问答ing software with a python client library and domain socket support will do me.


You should definitely have a look at zeromq python bindings, which are compatible with domain sockets.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号