On Wed, Dec 21, 2011 at 4:27 PM, Pieter Hintjens <[email protected]> wrote:
> On Tue, Dec 20, 2011 at 3:56 PM, Ryan Richins <[email protected]> wrote:
>
>> How can I integrate ØMQ sockets with normal sockets? Or with a GUI event
>> loop?
>
> As Matias points out, a single zmq_poll loop
> will work with both native sockets and 0MQ sockets.

You can also integrate zeromq into external event loop by using the
ZMQ_FD socket option and using the returned fd for polling purposes.



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

Reply via email to