Home

Awesome

divconq

vision

Distributed cluster of webworkers.

Somewhat inspired in crowdprocess but fills in the gaps - instead of sending the payloads, you send the problem and divide and conquer functions (fancy name for map reduce)

This model is viable for embarrassingly parallel problems. Besides, the input and output of the payloads should be somewhat small (CPU-bound problem).

interesting applications

process

1. defining kind (recipe)

2. job is submitted (recipe applied to given problem)

3. work processing

notes