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?

It's a common question and the answer is: build an application that
uses 0MQ sockets _and_ normal sockets, and bridges between the two in
some intelligent way. As Matias points out, a single zmq_poll loop
will work with both native sockets and 0MQ sockets.

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

Reply via email to