[erlang-questions] Message delivery in case of process restart

Vance Shipley vances@REDACTED
Fri May 17 08:31:46 CEST 2013


On Fri, May 17, 2013 at 06:17:54AM +0000, yashgt@REDACTED wrote:
}  If a process crashes and is restarted by the supervisor, what 
}  happens to the messages that were sent to the process after it
}  crashed and before it restarted?

http://www.erlang.org/doc/reference_manual/expressions.html#send

   "Sending a message to a pid never fails, even if the pid 
    identifies a non-existing process."

}  Are they collected and stored somewhere and are they sent to the
}  process when it is ready to receive?

No.

-- 
	-Vance



More information about the erlang-questions mailing list