Question

If I spawn a new process on a busy node in an erlang cluster and other nodes are idle will the process automatically be spawned on one of the free nodes?

Update: I found another question similar to this one too:

Using Erlang, how should I distribute load amongst a cluster?

Was it helpful?

Solution

No, it will not. Spawning is "not declarative".

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top