On 8 February 2013 12:31, Michael Haberler <[email protected]> wrote:
> I'm looking to into integrating zmq with a pyGTK (eventually pygobject) > application, including event loop integration > > any pointers to a working example? > You can wrap around zmq_poll. One has to raise a concern about the integration, one would prefer a separate UI thread to the business logic and thus separate event loops: Gtk for the UI and zmq_poll for the data. -- Steve-o
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
