HTML5 Canvas
Written by: Simon Sarris
Featured Refcardz: Top Refcardz:
  1. Apache Hadoop
  2. Web Driver
  3. MVVM
  4. REST
  5. ADO.NET
  1. HTML5
  2. Ajax
  3. jQuery Selectors
  4. CSS Part 1
  5. Git

Link Details

Link 90978 thumbnail
User 111696 avatar

By bloid
via valuedlessons.com
Published: Jun 28 2008 / 23:35

I'm working on a peer-to-peer file synchronization program. It's really concurrent and distributed, and it's forced me to learn a thing or two about the concurrency models that we use as programmers. Over the past few years, I've tried both the shared-state model common to C, C++, Java, C#, Python, etc, and the message-passing model unique to Erlang and Scala.
  • 11
  • 1
  • 1509
  • 0

Comments

Add your comment
User 293051 avatar

tanesha.net replied ago:

0 votes Vote down Vote up Reply

Tries to give a proof where the opposite can be equal correct (ie. the message passing model can be built on top of a shared state model)

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.