Timothy, This is great! Let's keep in touch if you need anything done to pyzmq to support this. I have used Twisted a lot and it would be very nice to have zmq support in twisted.
On Sat, Sep 4, 2010 at 4:10 PM, Timothy Fitz <[email protected]> wrote: > 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. Hmmm, we are using zmq_poll on OS X regularly. Can you say more about this? > 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. I thought the ZMQ_FD stuff wouldn't show up until 2.1.x? Cheers, Brian > Timothy > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > -- Brian E. Granger, Ph.D. Assistant Professor of Physics Cal Poly State University, San Luis Obispo [email protected] [email protected] _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
