[erlang-questions] Message order and exit(Reason)

Rickard Green rickard@REDACTED
Tue Jan 29 02:09:23 CET 2013


On 01/29/2013 01:28 AM, Richard O'Keefe wrote:
>
> On 29/01/2013, at 10:34 AM, Rickard Green wrote:
>>> The only signal ordering guarantee given is the following. If an entity sends multiple signals to the same destination entity, the order will be preserved. That is, if A send a signal S1 to B, and later sends the signal S2 to B, S1 is guaranteed not to arrive after S2.
>
> s/if A send/if A sends/
>>>
>>> The implementation of different asynchronous signals in the VM may vary over time, but the behavior will always respect this concept of asynchronous signals being passed between entities as described above.
>
> Unless you are deliberately using American speling, s/behavior/behaviour/.
> The English spelling of behaviour is usual in Erlang.
>
>

Thanks, fixed it. Not sure the fix will make to R16A, but definitely to 
R16B.

Regards,
Rickard
-- 
Rickard Green, Erlang/OTP, Ericsson AB.



More information about the erlang-questions mailing list