pyzmq non-blocking socket
You can use for this goal both zmq.Poller
(many examples you can find in zguide repo, eg rrbroker.py) or gevent-zeromq
implementation (code sample).
You can use for this goal both zmq.Poller
(many examples you can find in zguide repo, eg rrbroker.py) or gevent-zeromq
implementation (code sample).