From 2775ab78815fe0867c772dcca6aee1745b6ce3f9 Mon Sep 17 00:00:00 2001 From: Benny Nguyen Date: Mon, 1 Jan 2018 22:15:37 +0800 Subject: [PATCH] Parallelize the rendering of web pages: Use case of Yelp.com --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f01016e..bfd4332 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ Contributions are always welcome! * [Loop Parallelism Pattern: Extracting parallel tasks from loops](https://www.cs.umd.edu/class/fall2001/cmsc411/projects/unroll/main.htm) * [Fork/Join Pattern: Good for recursive data processing](http://highscalability.com/learn-how-exploit-multiple-cores-better-performance-and-scalability) * [MapReduce Pattern: Born for Big Data](http://static.googleusercontent.com/media/research.google.com/en/us/archive/mapreduce-osdi04.pdf) + * [Parallelize the rendering of web pages: Use case of Yelp.com](https://engineeringblog.yelp.com/2017/07/generating-web-pages-in-parallel-with-pagelets.html) ## Availability * [Fail-over](https://activemq.apache.org/artemis/docs/1.0.0/ha.html)