Erlang supervision tree

Creator
Creator
Alan JoAlan Jo
Created
Created
2023 Oct 26 1:35
Editor
Editor
Alan JoAlan Jo
Edited
Edited
2023 Oct 26 1:35
Refs
Refs

Each process has a separate memory space

Allowing us to selectively reset only parts of our application, while keeping the system as a whole running. Then we can divide the application into a tree-like structure and keep restarting parts of it until we reach the root and are forced to restart the whole thing.
 
 
 
 
 
 
 

Recommendations