Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top