From 266c88051ec7e02f064c50cb7077a808a1c75eb6 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Thu, 20 Mar 2008 17:46:54 +0000 Subject: [PATCH] layout [Imported from Trac: page Bibliography, version 6] --- Bibliography.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Bibliography.md b/Bibliography.md index 1cc12f0..c06df06 100644 --- a/Bibliography.md +++ b/Bibliography.md @@ -1,4 +1,5 @@ -Here are some papers that are somewhat related to Tahoe. This section is inspired by [flud](http://flud.org)'s [Related Papers](http://flud.org/wiki/index.php/RelatedPapers) page, which is well worth reading. See also Ludovic Courtès's excellent [bibliography of cooperative backup](http://www.laas.fr/~lcourtes/ludo-1.html). + +Here are some papers that are somewhat related to Tahoe. [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! @@ -6,4 +7,12 @@ Here are some papers that are somewhat related to Tahoe. This section is inspir [Non-Transitive Connectivity and DHTs](http://srhea.net/papers/ntr-worlds05.pdf) -- practical lessons in dealing with not-fully-connected DHTs that theoreticians learned in deployment -[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 \ No newline at end of file +[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 + +## 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. + +See also Ludovic Courtès's excellent [bibliography of cooperative backup](http://www.laas.fr/~lcourtes/ludo-1.html). + +See also our [RelatedProjects page](RelatedProjects).