开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜