top | item 11758147 (no title) honua | 9 years ago While similar, it's not the same. Erlang/OTP/Elixir provides baked in tools to watch, restart, etc. processes. In C you'd need to do this yourself. discuss order hn newest avodonosov|9 years ago The tools to watch, restart, etc are bash, ps, top, etc dozzie|9 years ago Not really. Those are equivalent to monitors and links in Erlang/BEAM, if we go this line of thought. OTP is a collection of architectural patterns coded down in Erlang (what means OTP is a framework). load replies (1)
avodonosov|9 years ago The tools to watch, restart, etc are bash, ps, top, etc dozzie|9 years ago Not really. Those are equivalent to monitors and links in Erlang/BEAM, if we go this line of thought. OTP is a collection of architectural patterns coded down in Erlang (what means OTP is a framework). load replies (1)
dozzie|9 years ago Not really. Those are equivalent to monitors and links in Erlang/BEAM, if we go this line of thought. OTP is a collection of architectural patterns coded down in Erlang (what means OTP is a framework). load replies (1)
avodonosov|9 years ago
dozzie|9 years ago