From 8133b8f1ac53012dbeca8ac82d157679ddf932c2 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Thu, 20 Mar 2008 17:48:16 +0000 Subject: [PATCH] edit and add Brief History of Consensus, 2PC and TC [Imported from Trac: page Bibliography, version 7] --- Bibliography.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Bibliography.md b/Bibliography.md index c06df06..7679eef 100644 --- a/Bibliography.md +++ b/Bibliography.md @@ -1,5 +1,5 @@ -Here are some papers that are somewhat related to Tahoe. +Here are some papers that are potentially of interest. [Dynamo: Amazon's Highly Available Key-value Store](http://s3.amazonaws.com/AllThingsDistributed/sosp/amazon-dynamo-sosp2007.pdf) -- sophisticated distributed hash table polished by extensive high-performance practical usage; An excellent paper! @@ -9,6 +9,10 @@ Here are some papers that are somewhat related to Tahoe. [POST: A Secure, Resilient, Cooperative Messaging System](http://citeseer.ist.psu.edu/mislove03post.html) -- use a DHT for messaging; includes a suggestion to ameliorate the confidentiality problems of single-instance store by adding random bits to small text messages +[A brief history of Consensus, 2PC and Transaction Commit.](http://betathoughts.blogspot.com/2007/06/brief-history-of-consensus-2pc-and.html) -- a web page summarizing the evolution of the academic theory of decentralized, reliable systems. + + + ## See Also This page is inspired by [flud](http://flud.org)'s [Related Papers](http://flud.org/wiki/index.php/RelatedPapers) page, which is well worth reading.