What does Erlang do that is so special? It has one mechanism for handling concurrency: processes. It creates lightweight processes that are not mapped to OS processes and your application communicates between processes using messages. Within a process there is no locking or any of the other complexities associated with threaded programming. Your data structures don't need locks. You don't have to worry if someone is scribbling over your memory. You write clear simple code.
by
avatar
2007-01-03 07:16
programming
·
language
·
Erlang
·
criticism
·
blog
·
CS
·
good
http://radio.weblogs.com/0103955/categories/stupidHumanProgramming/2006/12/25.html
-
cached
-
mail it
-
history