circus-tent / circus

A Process & Socket Manager built with zmq
http://circus.readthedocs.org/
Other
1.55k stars 258 forks source link

No support for non-blocking sockets when use_papa = True #1070

Open tjikkun opened 6 years ago

tjikkun commented 6 years ago

Some applications need the socket to be set-up as non-blocking. I use circus for this, and it supports nonblocking mode, but when I use use_papa in circus, the sockets are not set-up as non-blocking because papa doesn't support it. Related papa issue: https://github.com/scottkmaxwell/papa/issues/3