On 10 May 2013 13:34, Steven McCoy <[email protected]> wrote: > That would require a special version of zmq_poll that effectively > implements a fiber scheduler: wake up the correct fiber based on pending > socket data. > > That's a third option:
1: Dumb polling per fiber. 2: Fiber-aware zmq_poll API. 3: Fiber-aware zmq_recv API. By 0mq nature one does not need zmq_send to be fiber-aware. -- Steve-o
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
