Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor corrections to text

...

Excerpt

Process classes and locks can be used to manage the use of resources such as databases or printers:

  • Process Classes:
    • limit the number of jobs that are running concurrently.
    • specify remote JobScheduler Workload instances and Agents on which jobs should be executed.
  • Locks:
    • limit the number of jobs that access the same resources, e.g. databases, common resources such as databases in parallel.
    • allow mutual mutually exclusive access, i.e. making jobs wait (without consuming any consumption of CPU) for a lock to be released.

...