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.