Versions Compared

Key

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

...

  • First you have to create a lock then it can be acquired by jobs.
  • For example open the folder ./live/lockExample/ in JOE.
  • We create the lock testLock


 

and three jobs job1, job2, job3 where job1 uses the testLock exclusive and the other lock non exclusive.

...