Slashdot Mirror


Collaborative Map-Reduce In the Browser

igrigorik writes "The generality and simplicity of Google's Map-Reduce is what makes it such a powerful tool. However, what if instead of using proprietary protocols we could crowd-source the CPU power of millions of users online every day? Javascript is the most widely deployed language — every browser can run it — and we could use it to push the job to the client. Then, all we would need is a browser and an HTTP server to power our self-assembling supercomputer (proof of concept + code). Imagine if all it took to join a compute job was to open a URL."

2 of 188 comments (clear)

  1. Noscript by sakdoctor · · Score: 4, Informative

    Progress is running less JavaScript, not more.

  2. Link by Jamamala · · Score: 5, Informative

    for those like myself that had no idea what MapReduce was:
    http://en.wikipedia.org/wiki/MapReduce