|
|
|
|
|
by alexatkeplar
4825 days ago
|
|
Check out Akka for Scala/Java - http://akka.io/ I am genuinely puzzled why people embark on building systems which they intend to be massively scalable using languages which don't have a technology like Erlang/OTP or Akka to support distribution across multiple boxes. |
|
The fact that, as opposed to to Goroutines, Erlang processes can be transparently running on some other node is the most important difference.