From 45aabe6785a4810e8cf6469b30b2e6711e560b01 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Sun, 28 Jan 2018 11:46:27 +0800 Subject: [PATCH] Mnesia and CAP --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9076b26..1f0096a 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,8 @@ A curated list of selected readings to illustrate Scalability, Availability, and * [Erlang in WhatsApp](https://blog.whatsapp.com/196/1-million-is-so-2011) * [Erlang in Riot Chat Server](https://engineering.riotgames.com/news/chat-service-architecture-servers) * [How Discord Scaled Elixir to Five Millions Concurrent Users](https://blog.discordapp.com/scaling-elixir-f9b8e1e7c29b) - * [Mnesia: A Distributed DBMS Rooted in Concurrency](https://www.developer.com/db/article.php/3864331/Mnesia-A-Distributed-DBMS-Rooted-in-Concurrency.htm) + * [Mnesia: A Distributed DBMS Rooted in Concurrency](https://www.developer.com/db/article.php/3864331/Mnesia-A-Distributed-DBMS-Rooted-in-Concurrency.htm) + * [Mesia and CAP](https://medium.com/@jlouis666/mnesia-and-cap-d2673a92850) * [Parallel Computing](https://blogs.msdn.microsoft.com/ddperf/2009/05/02/are-we-taking-advantage-of-parallelism/) * [SPMD (Single Program Multiple Data): The Genetic Pattern](https://www2.eecs.berkeley.edu/Pubs/TechRpts/2012/EECS-2012-186.html) * [Master/Worker Pattern](https://docs.gigaspaces.com/sbp/master-worker-pattern.html)