<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Remember Joe Armstrong's call in his book:<br>
"<br>
<blockquote>
  <p> Write a ring benchmark. 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 [..]</p>
  <p>Write a similar program in some other programming language you are
familiar with. Compare the results. Write a blog, and publish the
results on the internet!<br>
  </p>
</blockquote>
"<br>
Here's the first answer:
<a class="moz-txt-link-freetext" href="http://muharem.wordpress.com/2007/07/31/erlang-vs-stackless-python-a-first-benchmark/">http://muharem.wordpress.com/2007/07/31/erlang-vs-stackless-python-a-first-benchmark/</a><br>
<p><br>
</p>
</body>
</html>