aboutsummaryrefslogtreecommitdiff
path: root/chapter/4/dist-langs.md
diff options
context:
space:
mode:
authorcnnrznn <cnnrznn@gmail.com>2016-12-07 11:40:17 -0500
committerGitHub <noreply@github.com>2016-12-07 11:40:17 -0500
commitc05b3f575b10fcce870ddcac6c983b53901ac5a9 (patch)
tree1f693c186209855c0f7aee7a12c52660d84705a8 /chapter/4/dist-langs.md
parentf4ed5284892178b53150d1a9bf936f56327cce0a (diff)
Update dist-langs.md
Diffstat (limited to 'chapter/4/dist-langs.md')
-rw-r--r--chapter/4/dist-langs.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter/4/dist-langs.md b/chapter/4/dist-langs.md
index a2ea4d3..7eab0c4 100644
--- a/chapter/4/dist-langs.md
+++ b/chapter/4/dist-langs.md
@@ -7,10 +7,12 @@ by: "A Systems Person"
### Problems of Distributed Programming
* Partial failure
-* Consistency
-* Efficiency
+* Consistency (Concurrency)
+* Efficiency (Latency)
* Scallability
+For the above points cite "A Note on Distributed Computing"
+
Languages and systems designed for distribution aim to abstract these problems from the application developer.