§Job Server
feature
§
§Vault
Workgroup/Collaboration/Professional has the ability to distribute
work through the use of a centralized queue.
§A Job
is an item in the queue, and it represents a well-defined unit
of work.
§The queue is maintained by the
Vault server. Interaction with the queue
is through the Web Services API.
§A Job Provider is
something that creates the job.
§A Job Hander is
something that executes the job.
§JobProcessor.exe is an application for hosting
Job Handlers.
§Job Server is off by default.