A crazy idea if it&#39;s just for fun:<br><br>Run my Go-based distributed Lamport Bakery implementation, make the nodes send a message to a single host on entering and exiting the critical section, and then check that no such messages from interleave between participants!  Now *that&#39;s* fun!<br>
<br>For even more fun, if you discover interleaving, try changing the map to a linked list, so that the iterations always go in string-compare order in the list of hosts.<br><br>  <a href="https://github.com/ecashin/go-getting/blob/master/bakery-dist.go">https://github.com/ecashin/go-getting/blob/master/bakery-dist.go</a><br>
  <a href="http://research.microsoft.com/en-us/um/people/lamport/pubs/pubs.html#bakery">http://research.microsoft.com/en-us/um/people/lamport/pubs/pubs.html#bakery</a><br><br><div class="gmail_extra"><br><br><div class="gmail_quote">
On Tue, Nov 13, 2012 at 10:32 AM, Boris Borisov <span dir="ltr">&lt;<a href="mailto:bugyatl@gmail.com" target="_blank">bugyatl@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have a access to computer lab in the school with about 20 computer<br>
each with 4 cores CPU. I was thinking of running openMosix ( dead<br>
since 2008) and testing on something (password decryption maybe). Some<br>
better ideas ? Just for fun!<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>  Ed Cashin &lt;<a href="mailto:ecashin@noserose.net">ecashin@noserose.net</a>&gt;<br>  <a href="http://noserose.net/e/">http://noserose.net/e/</a><br>  <a href="http://www.coraid.com/">http://www.coraid.com/</a><br>

</div>