|
|
|
|
|
by tidepod12
2472 days ago
|
|
>Deployment doesn't overlap. Erlang releases bundle up your code but you still need libraries like openssl, to have a nice bundle that can actually just run anywhere Docker is the way to go. And with Docker you still need libraries like, y'know Docker for your code to run. >Packing containers (processes) efficiently into a cluster of nodes is not something Erlang does. How much have you used BEAM? It definitely does do that. Scalability is one of Erlang/Elixir's primary benefits, and node clustering is exactly how it does that. |
|
Over a decade professionally.
The closest thing Erlang has to it is pool http://erlang.org/doc/man/pool.html