library that can be used to incorporate distributed processing into your program.
Huge project i created as my right of passage at school.
Your program that sends data out to the server
Centralized server that handles mapping out and reducing your data to the different node workers
Program run on any computer that will pick up work from the server for processing
- A cs file with methods eg... WorkPi
- Map
- Reduce
- Distribute
- remove files specific to VS
- Better document how to use the program