From 70500d35c99ad2db5845769ac5f807e9336a0b1d Mon Sep 17 00:00:00 2001 From: Clint Newsom Date: Fri, 4 Apr 2014 09:45:23 -0400 Subject: [PATCH] Adds 'Sparrow: Distributed, Low Latency Scheduling' presented by David Greenberg at PWL NYC, April 2014. --- distributed_systems/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distributed_systems/README.md b/distributed_systems/README.md index 6e96e8c..a7c7f6e 100644 --- a/distributed_systems/README.md +++ b/distributed_systems/README.md @@ -52,6 +52,8 @@ * [Sinfonia: A New Paradigm for Building Scalable Distributed Systems](http://research.microsoft.com/en-us/people/aguilera/sinfonia-aguilera-sosp2007.pdf) +* [Sparrow: Distributed, Low Latency Scheduling](http://people.csail.mit.edu/matei/papers/2013/sosp_sparrow.pdf) + * [The Byzantine Generals Problem](http://www.andrew.cmu.edu/course/15-749/READINGS/required/resilience/lamport82.pdf) * [The Dangers of Replication and a Solution](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.21.2707&rep=rep1&type=pdf)