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

Compare with Current View Page History

« Previous Version 5 Current »

Introduction

  • Mutual exclusion prevents jobs from running in parallel and from concurrently accessing the same resources such as a database. Jobs that cannot access a resource simultaneously wait until the resource is freed.
  • JS7 - Resource Locks are available for mutual exclusion across a sequence of jobs within a workflow and across workflows.


Pages


 
 

Navigation


  • No labels