aboutsummaryrefslogtreecommitdiff
path: root/chapter
diff options
context:
space:
mode:
authorcnnrznn <cnnrznn@gmail.com>2016-11-16 12:14:42 -0500
committerGitHub <noreply@github.com>2016-11-16 12:14:42 -0500
commitb82f8af807915aaa0020a39d1b1a61f5d23ca2ff (patch)
treebc453510f822e97c2475cd8e80c09fa3aaacddee /chapter
parent2e3fb47555c7faf0427a0ffc7cfeeb8b30dacf1d (diff)
Update dist-langs.md
Diffstat (limited to 'chapter')
-rw-r--r--chapter/4/dist-langs.md18
1 files changed, 15 insertions, 3 deletions
diff --git a/chapter/4/dist-langs.md b/chapter/4/dist-langs.md
index 9c8a8c9..d8201fa 100644
--- a/chapter/4/dist-langs.md
+++ b/chapter/4/dist-langs.md
@@ -1,11 +1,23 @@
---
layout: page
title: "Distributed Programming Languages"
-by: "Joe Schmoe and Mary Jane"
+by: "A Systems Person"
---
-Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. {% cite Uniqueness --file dist-langs %}
+Distributed programming is hard because of:
+
+* Network partitions
+* Node failures
+* Efficiency / Communication
+* Data distribution / locality
+
+Approaches:
+
+* Message-passing
+* RPC
+* Actors
+* Coordination (Linda)
## References
-{% bibliography --file dist-langs %} \ No newline at end of file
+{% bibliography --file dist-langs %}