[erlang-questions] process restarts and dropped messages

Jesper Louis Andersen jesper.louis.andersen@REDACTED
Sat Aug 23 22:24:38 CEST 2014


On Sat, Aug 23, 2014 at 5:52 AM, Chris Pacejo <colanderman@REDACTED> wrote:

> What is the standard way of avoiding this issue (assuming crashing the
> client is acceptable)?  Favor calls over casts?  Link to servers you
> need reliable communication with?  Use a reliable message broker?
>

erlang:monitor/2 is the answer you want here, probably. Calls use them
internally.


-- 
J.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140823/aa551485/attachment.htm>


More information about the erlang-questions mailing list