You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Process classes and locks can be used 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, in parallel.
    • allow mutual exclusive access, i.e. jobs wait without any consumption of CPU for a lock to be released.

Feature in detail

There is no content with the specified labels

How To ... Instructions

There is no content with the specified labels

Frequently Asked Questions

There is no content with the specified labels

Examples in detail

There is no content with the specified labels

 

  • No labels