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

Worker

All the machines that connects to server to do the job are called workers. This will probably be browsers.

Worker

What workers do, or should do in the future.

  1. Connect to the Server
  2. Wait for tasks.
  3. For each task, start new thread and perform the work.
  4. When it is ready, report results to server.
  5. Back to number 2.
Clone this wiki locally