/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

databeta.wordpress.com
| | robertovitillo.com
2.6 parsecs away

Travel
| | Coordination is expensive as it reduces the availability and performance of distributed applications (PACELC theorem). I have extended chapter 10 of Understanding Distributed Systems with a discussion of how to minimize coordination using one of the following patterns: Keep coordination off the critical path Use protocols that guarantee some form of consistency without coordination Proceed without coordination and apologize when an inconsistency is detected Section 10.4 describes chain replication, a wid...
| | blog.acolyer.org
3.5 parsecs away

Travel
| |
| | sookocheff.com
3.0 parsecs away

Travel
| | Title and Author of Paper Consistency Analysis in Bloom: a CALM and Collected Approach. Alvaro et al. Summary Distributed programming is difficult for even experienced developers to get correct. Understanding the tradeoff between consistency, availability, and latency, while guaranteeing data correctness, provides a wealth of problems for the application developer. This paper presents a language and method for programmatically verifying distributed consistency. CALM - Consistency and Logical Monotonicity...
| | paulbutler.org
27.6 parsecs away

Travel
| [AI summary] A tutorial on implementing a generic tail recursion decorator in Python to overcome the language's recursion depth limitations, inspired by Scheme.