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
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
