[erlang-questions] Sender punishment removed
Jesper Louis Andersen
jesper.louis.andersen@REDACTED
Thu Jan 25 15:28:58 CET 2018
On Wed, Jan 24, 2018 at 10:23 PM Pierre Fenoll <pierrefenoll@REDACTED>
wrote:
> But yes as Guilherme points out how would that work with receiving from
> distributed nodes?
>
This would work exactly as advertised. When the message enters the mailbox
on the receiving nodes end. You cannot in any way build a safe time
construct over multiple nodes, so you opt for the next best case: a lower
bound on the sojourn. This means that a message has spent at least XXms in
queues inside the system. But it could have spent more time than that.
I don't think you can do better than this in a distributed network, but of
course this requires a proof.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20180125/b8190903/attachment.htm>
More information about the erlang-questions
mailing list