From c05b3f575b10fcce870ddcac6c983b53901ac5a9 Mon Sep 17 00:00:00 2001 From: cnnrznn Date: Wed, 7 Dec 2016 11:40:17 -0500 Subject: Update dist-langs.md --- chapter/4/dist-langs.md | 6 ++++-- 1 file 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. -- cgit v1.2.3