I think this question is so common, that it should belong in the general 
ZeroMQ FAQ page on the website; as I am sure the guide already covers 
this topic. :)

Such a FAQ entry could be constructed from the various constructive 
replies provided on this forum.

Just an idea.

- HP

On 01/09/2012 02:51, Jeremy Selan wrote:
> Thanks for the pointer. Dealer/router looks like exactly what I'd like
> to use. Thanks!
>
> On Fri, Aug 31, 2012 at 12:46 PM, Amr Ali <[email protected]> wrote:
>> Have you tried to use DEALER/ROUTER pattern (used to be called XREQ/XREP)?
>>
>> I'd like to think of DEALER/ROUTER as the primitive for REQ/REP as it doesn't
>> constrain you having to reply to every request but of course you'll have to
>> manage socket IDs yourself to know whom to reply to only if needed.
>>

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

Reply via email to