Skip to content
Krzysztof Burliński edited this page Aug 28, 2014 · 3 revisions

Server will be the central part of the system. It will probably be located on a remote host.

What servers do, or should do in the future.

  • Wait for new tasks from the Managers;
  • Wait for new Workers;
  • Send tasks to the Workers and wait for the responses;
  • Report results to the proper Manager.

Bonus points:

  • Provide some statistical data about clients.
  • Verify if clients are not cheating.
Clone this wiki locally