reorganize a bit

[Imported from Trac: page Bibliography, version 19]
zooko 2008-05-08 23:08:12 +00:00
parent aa61639f48
commit 20d9de524f

@ -1,18 +1,6 @@
Here are some papers that are potentially of interest. 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!
[Fixing the Embarrassing Slowness of OpenDHT on [PlanetLab](PlanetLab) (2005)](http://citeseer.ist.psu.edu/rhea05fixing.html) -- practical lessons in DHT performance that theoreticians learned by deployment
[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
[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.
[Measurement and Analysis of TCP Throughput Collapse in Cluster-based Storage Systems](http://www.cs.cmu.edu/~dga/papers/incast-fast2008-abstract.html) -- Hm... Could this happen to us?
## Crypto ## Crypto
### Symmetric Primitives ### Symmetric Primitives
@ -39,6 +27,20 @@ Here are some papers that are potentially of interest.
[eXplode: A lightweight, general approach for finding serious errors in storage systems](https://www.stanford.edu/~engler/explode-osdi06.pdf), a follow-on by the authors of "Using Model Checking to Find Serious File System Errors", compares ext2, ext3, reiserfs, reiser4, jfs, xfs, msdos, vfat, hfs, and hfs+ to see if you sync them and then crash them if your allegedly synced data is actually recoverable (impatient: page 11) [eXplode: A lightweight, general approach for finding serious errors in storage systems](https://www.stanford.edu/~engler/explode-osdi06.pdf), a follow-on by the authors of "Using Model Checking to Find Serious File System Errors", compares ext2, ext3, reiserfs, reiser4, jfs, xfs, msdos, vfat, hfs, and hfs+ to see if you sync them and then crash them if your allegedly synced data is actually recoverable (impatient: page 11)
## P2P / Distributed Systems / Decentralization
[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!
[Fixing the Embarrassing Slowness of OpenDHT on [PlanetLab](PlanetLab) (2005)](http://citeseer.ist.psu.edu/rhea05fixing.html) -- practical lessons in DHT performance that theoreticians learned by deployment
[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
[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.
[Measurement and Analysis of TCP Throughput Collapse in Cluster-based Storage Systems](http://www.cs.cmu.edu/~dga/papers/incast-fast2008-abstract.html) -- Hm... Could this happen to us?
## See Also ## 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. 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.