|
|
|
|
|
by tlrobinson
6385 days ago
|
|
It's been done (but for SETI, not password cracking): http://ajaxian.com/archives/massively-parallel-crowd-sourced... However, this requires the client have Gears installed, which is basically no one. There's no reason you couldn't do it in the main thread, as long as the task were easily split up into multiple chunks and you were careful not to use too much CPU time. The hard part is getting it widely distributed. The big traffic sites like YouTube would never do something like this. If you're unscrupulous you could inject the JavaScript in any site you can hack (WordPress blogs, etc...) A MapReduce type implementation would be very very cool. Make it generic, such that you could submit bits of JavaScript code and the URLs of the data to operate on, and the location to post the results too. It would surprise me if botnet owners hadn't already done something like this. Of course they can run whatever native code they want. |
|