|
WorkerClientFactory
I am a client factory for the worker to log in to the manager.
|
|
WorkerMedium
I am a medium interfacing with the manager-side WorkerAvatar.
|
|
Kid
I am an abstraction of a job process started by the worker.
|
|
JobProcessProtocol
|
|
Kindergarten
I spawn job processes.
|
|
WorkerBrain
I am the main object in the worker process, managing jobs and
everything related.
|
|
JobDispatcher
I am a Realm inside the worker for forked jobs to log in to.
|
|
JobAvatar
I am an avatar for the job living in the worker.
|
|
JobHeaven
I am similar to but not quite the same as a manager-side Heaven.
|