Class | Hydra::Worker |
In: |
lib/hydra/worker.rb
|
Parent: | Object |
runners | [R] |
Create a new worker.
When the master sends a file down to the worker, it hits this method. Then the worker delegates the file down to a runner.
When a runner finishes, it sends the results up to the worker. Then the worker sends the results up to the master.
When a runner wants a file, it hits this method with a message. Then the worker bubbles the file request up to the master.