Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Introduction

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 common resources such as databases in parallel.
    • allow mutually exclusive access, i.e. making jobs wait (without consuming any CPU) for a lock to be released.

Resources

Display content by label
TypeFeature
Labelsjobscheduler feature resource-contention-management

Display content by label
TypeHow To
Labelsjobscheduler howto resource-contention-management

Display content by label
TypeFAQ
Labelsjobscheduler faq resource-contention-management

Display content by label
TypeExample
Labelsjobscheduler example resource-contention-management
Show If

See also

 

groupsos-editors
Info
iconfalse
titleKey Display Content label:
resource-management