layout

[Imported from Trac: page Bibliography, version 6]
zooko 2008-03-20 17:46:54 +00:00
parent 0b64061c19
commit 266c88051e

@ -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!
@ -7,3 +8,11 @@ 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
## 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).