Are there any client-server platforms like SETI?
I have such a client-server model where volunteers register as a client (agent or node, call him whatever) and give their unoccupied computing resources.
Therefore, I will need to write a structure to distribute and track the work units (or tasks) provided to agents.
Is there such an FW that I could use. Then I save time to write job processing logic, etc.
In addition, I hope that the infrastructure will also support OS compatibility issues, agent file updates, etc.
Pl. give any other suggestions in general for such a distributed computing project that you think I should investigate.
source
share