mike castleman said the following on 12/20/2010 1:50 PM:
> One solution which may work is to use XREP/XREQ sockets: the client sets
> its identity on connect and then proceeds to ignore the usual REP/REQ
> pattern in favor of just waiting for messages from the server. A minimal
> implementation of this pattern (in Ruby) is at
> <https://gist.github.com/748886>. This seems to work, but it also seems
> like an abuse of XREP/XREQ.

My understanding was that XREP/XREQ are basically abuse-friendly 
variants of REP/REQ, for exactly this kind of use case :)

- Oliver

_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to