On 4 Feb 2014, at 11:34, Michael Haberler <[email protected]> wrote:

> what about a queue per priority, and work through them high->low on the 
> consuming end?

Every subscriber to a given event at a specific time point can respond by 
sending new events to the same priority queue.
Only after each (parallel) subscriber has finished, the next event is popped 
off the queue.
So it is combination of sequential en parallel processes.

.F

_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to