Embarrassingly parallel: Difference between revisions

Content deleted Content added
ce
Examples: adding a reference
Line 32:
==Examples==
Some examples of embarrassingly parallel problems include:
* [[Monte Carlo analysis]]<ref name="Kontoghiorghes2005">{{cite book|author=Erricos John Kontoghiorghes|title=Handbook of Parallel Computing and Statistics|url=https://books.google.com/books?id=BnNnKPkFH2kC&printsec=frontcover#v=onepage&q=%22embarrassingly%20parallel%22&f=false|date=21 December 2005|publisher=CRC Press|isbn=978-1-4200-2868-3}}</ref>
* Distributed relational database queries using [http://www.mysqlperformanceblog.com/2011/05/14/distributed-set-processing-with-shard-query/ distributed set processing].
* Serving static files on a webserver to multiple users at once.