aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcnnrznn <cnnrznn@gmail.com>2016-12-05 19:06:37 -0500
committerGitHub <noreply@github.com>2016-12-05 19:06:37 -0500
commit96cad2ba22898805e10f3e23b0223c27a09bf033 (patch)
tree79dec080e28e7ac8841bb334a12dcba91d6b51f6
parent59d3351d76963bf6da6489233a4f7adc098382d0 (diff)
Update dist-langs.md
-rw-r--r--chapter/4/dist-langs.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter/4/dist-langs.md b/chapter/4/dist-langs.md
index 9f04232..199ab6a 100644
--- a/chapter/4/dist-langs.md
+++ b/chapter/4/dist-langs.md
@@ -3,6 +3,9 @@ layout: page
title: "Distributed Programming Languages"
by: "A Systems Person"
---
+## Outline
+
+*
### Two major major, orthogonal approaches to distributed languages:
@@ -49,6 +52,8 @@ Unlike Erlang, MapReduce and DSL's that implement the paradigm are "all the rage
Unlike Erlang, MapReduce has experienced adoption because it offers true abstraction of the problems of distributed computing.
Erlang only provided a way of detecting a process failure; it did not consider machine or network failures.
+* MapReduce is a GPL for the domain of distribution
+
## References
{% bibliography --file dist-langs %}