diff options
| author | cnnrznn <cnnrznn@gmail.com> | 2016-12-07 11:40:17 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-07 11:40:17 -0500 |
| commit | c05b3f575b10fcce870ddcac6c983b53901ac5a9 (patch) | |
| tree | 1f693c186209855c0f7aee7a12c52660d84705a8 /chapter | |
| parent | f4ed5284892178b53150d1a9bf936f56327cce0a (diff) | |
Update dist-langs.md
Diffstat (limited to 'chapter')
| -rw-r--r-- | chapter/4/dist-langs.md | 6 |
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. |
