[erlang-questions] Generic server and state recovery

Jesper Louis Andersen jesper.louis.andersen@REDACTED
Thu Dec 9 19:04:10 CET 2010


On Thu, Dec 9, 2010 at 6:35 PM, Alessandro Sivieri
<alessandro.sivieri@REDACTED> wrote:
> Many thanks! I haven't thought about trapping exits, that's exactly what I
> was looking for.

I like to have other processes be responsible for data in the
situation. The problem with "saving" data by a hail-mary exit trap is
that the data may be quite corrupt it this point in time. So your
system should be able to cope with any lack of sanitizing.


-- 
J.


More information about the erlang-questions mailing list