[zeromq-dev] Is there advantage of using zmq_device comparable with polling
Michel Pelletier
pelletier.michel at gmail.com
Thu May 17 00:07:28 CEST 2012
I'm not entirely sure I follow your question, but yes, in general it's
easy to create your own simple devices. A forwarder can be easily
implemented with poll(). The built in devices would probably be
faster than the same thing written in a higher level language like
Python.
-Michel
On Wed, May 16, 2012 at 3:03 PM, Serg V. Gulko <s.gulko at gmail.com> wrote:
> Hello!
>
> I trying to figure out is there any advantage(except more compact notation)
> of using ZMQ_FORWARDER device as long same stuff can be build using
> zmq_poll.
>
> Serg
>
>
>
>
> _______________________________________________
> 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