What is the right pattern to split many tasks to many different workers, but where each task can only be taken once??
I thought that the PUB/SUB was fine, and it is as long as I have num_workers > tasks, but if I publish only one task for example they all get the same one. Should I maybe use a queue device in the middle? (which might still be useful) _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
