[zeromq-dev] GTK event loop integration, anybody?

Steven McCoy steven.mccoy at miru.hk
Fri Feb 8 18:39:33 CET 2013


On 8 February 2013 12:31, Michael Haberler <mail17 at mah.priv.at> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130208/f046d82d/attachment.htm>


More information about the zeromq-dev mailing list