Erlang vs. Java message passing times
Message passing times in Erlang vs. Java
In my previous post, I presented a Java solution to the Ring problem. Following is my Erlang solution.
Create N processes in a ring. Send a message round the ring M times so that a total of N * M messages get sent. Time how long this takes for different values of N and M.