[zeromq-dev] Persistent queues

Pieter Hintjens ph at imatix.com
Tue Jun 28 23:32:56 CEST 2011


On Tue, Jun 28, 2011 at 4:17 PM, Mike Owens <mikeowens at gmail.com> wrote:

> It's not that big of a deal to me if explicit identities go as well, esp. if
> it makes the core code simpler...

It would be good if anyone that actually uses durable sockets explains
their use cases. The one solid usecase I have for explicit identities
is router-to-router connections, as in the Freelance pattern.

That's needed for peer-to-peer routing. It could be solved by using
schemed identities (as already discussed) since this lets a sender
guess the identity of a receiver in advance. You can see the
argumentation here:
http://zguide.zeromq.org/page:all#Model-Three-Complex-and-Nasty.

Without some way to route speculatively, certain valuable p2p
topologies become impossible.

-Pieter



More information about the zeromq-dev mailing list