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 <[email protected]> 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 > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
