aboutsummaryrefslogtreecommitdiff
path: root/chapter
diff options
context:
space:
mode:
authorcnnrznn <cnnrznn@gmail.com>2016-12-08 14:45:35 -0500
committerGitHub <noreply@github.com>2016-12-08 14:45:35 -0500
commit7697198aaf2afb40e668f5c86e9c86598e8bffff (patch)
tree370140e1d97c743aeb3d8f3ac1581e47076f323d /chapter
parentf9b1bc6f8747e1e73f516cce278cc3a4708d75f0 (diff)
Update dist-langs.md
Diffstat (limited to 'chapter')
-rw-r--r--chapter/4/dist-langs.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/chapter/4/dist-langs.md b/chapter/4/dist-langs.md
index 785d2b7..d4feaec 100644
--- a/chapter/4/dist-langs.md
+++ b/chapter/4/dist-langs.md
@@ -67,7 +67,7 @@ For example, a process can be restored based on a checkpoint, another process in
### The CAP Theorem
Indeed, these three issues of distributed computing are not disjoint.
-A solution designed to solve one problem may emphasize another.
+A solution designed to solve one problem may exacerbate another.
* Consistency
* Availability
@@ -77,10 +77,9 @@ A solution designed to solve one problem may emphasize another.
### Shared Memory
-What is it?
-
-Some examples:
+* Definition
+* Mirage
* Linda
* Orca
* RPC ( and why RPC is shared-memory )