Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reddragon/Grid-Computing-Framework
https://github.com/reddragon/Grid-Computing-Framework
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/reddragon/Grid-Computing-Framework
- Owner: reddragon
- Created: 2010-01-20T23:41:14.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-05-07T18:17:16.000Z (over 14 years ago)
- Last Synced: 2024-08-02T17:32:09.884Z (3 months ago)
- Language: C++
- Homepage:
- Size: 56.2 MB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Grid Computing Framework
([email protected])Authors
-------
Gaurav Menghani
Anil Harwani
Yash Londhe
Kalpesh KagreshaVersions
--------
0.0.1 - 29th April, 2010About Grid Computing Framework
-----------------------------------
The Grid Computing Framework was conceptualised with the idea of providing the user with an easy-to-use and easy-to-deploy grid computing infrastructure on a smaller scale.The design as such has a lot of flexibilities. The PSS format allows the user to use any language / script for working with the tasks. The Execution Monitor Program (EMP) allows the user to dynamically control the tasks' execution. This can be used for re-execution of tasks which have returned erroneous results, or stopping the execution of tasks whose results are no more required after a particular time. Finally, the Result Compilation Program, provided by the user can be used to arrange the results of the tasks, and present it to the user in his desired format.
The framework was tested with two problems, the first was a distributed sort of about 10^8 32-bit integers. The second problem was breaking a simple 32-bit encryption algorithm. Both the tests were successfull. In general, the framework can solve any problem which can be modelled using the Google Map-Reduce framework .