Recent Tweets
- I love Dropbox because it works really well. http://t.co/1jWTxWug 6 days ago
- pants-- 1 month ago
- Mountain Lioning it up. Had a bit of a Java scare, and had to reinstall XQuartz, but no other issues so far. 1 month ago
- http://t.co/Ajt4hxLF 1 month ago
- http://t.co/iUEtzt2P 2 months ago
Categories
-
Recent Posts
Recent Comments
Archives
Links
-
RSS
Tag Archives: Coding
The Actor/Message Passing System of Concurrency
Lately, a lot of research has gone into how to make concurrency easier, both conceptually and programmatically. One of the models, originally created by Erikkson for the language Erlang, is the Actor/Message Passing system. The idea behind this system is that you a dispatcher creating tasks in response to some data. Information about the tasks [...]
A couple of exciting new projects