Hi Ryan,
On 20/12/2011 22:56, Ryan Richins wrote:
How can I integrate ØMQ sockets with normal sockets? Or with a GUI
event loop?
*
*
I would use zmq_poll to integrate ZMQ sockets with normal sockets.
See http://api.zeromq.org/2-1:zmq-poll ; basically the same goes for a
GUI event loop,
you can probably integrate the underlying GUI event loop file
descriptors with zmq_poll
too. The solution depends on the GUI toolkit.
Cheers,
Matias.
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev