Parallelize the rendering of web pages: Use case of Yelp.com

This commit is contained in:
Benny Nguyen 2018-01-01 22:15:37 +08:00
parent 3decdbe3f3
commit 2775ab7881
1 changed files with 1 additions and 0 deletions

View File

@ -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)