[zeromq-dev] Behavior of Labels, Identities, and Socket Types in 3.0

Chuck Remes cremes.devlist at mac.com
Tue Oct 25 18:04:55 CEST 2011


On Oct 24, 2011, at 6:08 PM, Gregory Szorc wrote:

> There's a lot of questions in the previous paragraphs. I guess what I'm 
> trying to say is I have no clue how things work in 3.0. Can the 3.0 
> behavior please be clarified?

I think the only way to clarify the behavior is to write a test case for every combination and see what happens. I don't have time at the moment to do this work; perhaps you can write some simple C examples (or whatever language you prefer) that illustrates each combo.

e.g.
REQ <-> DEALER
REQ <-> ROUTER
REQ <-> XREQ
REQ <-> REQ
REQ <-> XREP
REQ <-> REP (should work!)

XREQ <-> ... etc

Yes, it's a lot of examples but the code should all be extremely similar.

cr




More information about the zeromq-dev mailing list