Wed, 18 Oct 2017 16:43:54 +0100
Kevin Smith <[email protected]> wrote:

> It’s much easier to keep a global lookup table if you don’t have to
> deal with conflicts because the identifiers are node-specific -
> that’s where the gain in not needing the (effective) lock comes in
> here.

You still need to resolve conflicts for any global table if you want to
be partition tolerant. I really see no benefits. Also sometimes you
need to fetch some info about a connection (like an IP address), but if
you keep only {jid -> resources} global mapping you need to perform RPC
calls to other nodes which is expensive as hell (in terms of latency).
_______________________________________________
Standards mailing list
Info: https://mail.jabber.org/mailman/listinfo/standards
Unsubscribe: [email protected]
_______________________________________________

Reply via email to