aboutsummaryrefslogtreecommitdiff
path: root/chapter/4
diff options
context:
space:
mode:
Diffstat (limited to 'chapter/4')
-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 )