I was wondering, when sending messages in Erlang, is ordering preserved? i.e. Process A sends 1 then 2 to B; can I count on B receiving 1 before receiving 2 (not talking about selective receive).<br><br>What about reliability? Assuming that there aren't faulty processes or broken links (slow is ok), is it possible for some messages to be dropped by others not? To use the same example, A send 1 then 2, is it possible for B to only receive 2?<br>
<br>Does the answer to these questions apply all the time (i.e. processes on the same core, on different cores/processors, on completely different computers)<br clear="all"><br>Thanks,<br>/Fuad