5 ms·
yeah, isolated + distributed processes is THE THING about Erlang, OTP
by hsavit1 2y ago
yeah, isolated + distributed processes is THE THING about Erlang, OTP
- throwawaymaths 2y agoI mean you can certainly run one off scripts in elixir and Erlang.
- vereis 2y agomy personal reality is that the majority of projects I've consulted on have seldom actually leveraged distributed erlang for anything. the concurrency part yes, clustering for the sake of availability or spreading load yes, but actually doing anything more complex than that has been the exception! ymmv tho!