For those of you looking for Twisted ZeroMQ integration, I've built out the
"Write a zmq_poll-based reactor" idea here:
http://github.com/TimothyFitz/ZMQReactor

It succeeds at it's goal: enable 0MQ integration with Twisted today.
It has the discussed drawbacks (slower than epoll, supplants other reactors
so it can't be used with, say, the gtkreactor), and one I didn't see
mentioned: It's broken on OS X because poll is broken on OS X.

The goal is to use this to bootstrap interest / use cases / test coverage.
The plan is to migrate to a ZMQ_FD-based solution after 0MQ 2.0.9 is
released.

Timothy
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to