From 8fe0aeaa08bdb31838a38f2c55d3f21acdcc11c2 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Thu, 12 Apr 2018 07:37:23 +0800 Subject: [PATCH] Stateless vs Stateful Scalability --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69c9ce1..df71696 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ An updated and curated list of selected readings to illustrate High Scalability, * [Clean Architecture](https://8thlight.com/blog/uncle-bob/2012/08/13/the-clean-architecture.html) * [High Cohesion and Low Coupling](http://www.math-cs.gordon.edu/courses/cs211/lectures-2009/Cohesion,Coupling,MVC.pdf) * [CAP Theorem and Trade-offs](http://robertgreiner.com/2014/08/cap-theorem-revisited/) -* [CP Databases and AP Databases](https://blog.andyet.com/2014/10/01/right-database) +* [CP Databases and AP Databases](https://blog.andyet.com/2014/10/01/right-database) +* [Stateless vs Stateful Scalability](http://ithare.com/scaling-stateful-objects/) * [Scale Up vs Scale Out](https://www.brianjgraf.com/2013/05/17/scalability-scale-up-scale-out-care/) * [Scale Up vs Scale Out: Hidden Costs](https://blog.codinghorror.com/scaling-up-vs-scaling-out-hidden-costs/) * [Best Practices for Scaling Out](https://blog.openshift.com/best-practices-for-horizontal-application-scaling/)