4
votes
4answers
168 views
How do supervisor processes monitor processes? Can the same be done on the JVM?
Erlang fault tolerance (as I understand it) includes the use of supervisor processes to keep an eye on worker processes, so if a worker dies the supervisor can start up a new one.
How does Erlang do …
