[zeromq-dev] Ingesting external data via TCP with 0MQ

Pieter Hintjens ph at imatix.com
Wed Dec 21 15:27:29 CET 2011


On Tue, Dec 20, 2011 at 3:56 PM, Ryan Richins <richinsr at mac.com> 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



More information about the zeromq-dev mailing list