[zeromq-dev] level-triggered FD
MinRK
benjaminrk at gmail.com
Fri Jan 22 13:40:25 CET 2016
Hi all,
I've implemented yet another eventloop integration in pyzmq (asyncio, this
time), and this is only nontrivial because of the edge-triggered read-only
zmq.FD. Integrating into existing eventloops would be much easier if we had
a more traditional level-triggered FD to work with.
Is there a technical reason why we can't add a zmq.LEVEL_FD that would
behave in a more conventional manner:
- level-triggered
- signal write when socket is writable
- signal read when socket is readable
I would work on this myself, but unfortunately I don't think I have the
relevant expertise.
-MinRK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20160122/145837e2/attachment.htm>
More information about the zeromq-dev
mailing list