[zeromq-dev] Request-reply broker with one worker and many async tasks
Cosmo Harrigan
cosmo.harrigan at singularityu.org
Wed Nov 6 22:43:15 CET 2013
Hi,
I want to implement a design similar to the Request-Reply Broker from the
zguide (https://raw.github.com/imatix/zguide/master/images/fig17.png) but
instead of having multiple workers running ahead of time, I want to have
one worker that receives all the requests, and spawns asynchronous
operations (tasks) to handle them and send the responses.
What would be the proper combination of socket types to achieve this?
Thanks,
Cosmo Harrigan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20131106/f1d4cd5d/attachment.htm>
More information about the zeromq-dev
mailing list