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)