[zeromq-dev] malamute mlm_client_recv and udp socket together

Pieter Hintjens ph at imatix.com
Thu Jul 16 13:18:56 CEST 2015


You can use CZMQ's zloop to poll on both a zsock_t and a POSIX socket.
mlm_client_msgpipe returns the message socket for the client API.

On Thu, Jul 16, 2015 at 9:35 AM, Miao Lin <miaolin71 at gmail.com> wrote:
> Hi:
>     I am writing my first zeromq code also malamute code, it is a simple udp
> message to malamute message bridge. I need to poll on a udp socket and also
> call mlm_client_recv,
> my question is , how to poll on these 2 kind of different things?
>
>     if zmq, seems can use zmq_poll on both legacy socket and zmq socket, but
> how to do in malamute?
>
> Best
> MiaoLin
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>



More information about the zeromq-dev mailing list