diff options
| -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. |
