[zeromq-dev] What's the right way for a worker to send additional tasks to the worker queue?

James Thornton james at jamesthornton.com
Sat Oct 8 11:52:20 CEST 2011


On Fri, Oct 7, 2011 at 8:25 PM, Andrew Hume <andrew at research.att.com> wrote:
> simplest is best.
> simply add another PULL socket to the ventilator for receiving tasks.
> workers can PUSH tasks to this socket.
> the ventilator simply gets tasks from this socket and adds to the normal
> socket.

Thank you, Andrew.

- James



More information about the zeromq-dev mailing list