Versions Compared

Key

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

...

  • If your overall system performance slows down then you have hit the limit of parallelization. This might occur at 100, 200, 500 or more tasks in parallel.
  • You can verify the performance impact from the duration of individual tasks that are available in with the JOC tasks history or by use of JID.
    • The estimated duration of a task is the number of seconds specified for the sleep parameter plus about 1s for the task start.
    • If the duration of a task exceeds the value of the sleep parameter by more than e.g. 3s then you experience some performance impact. 
    • When you experience missing responsiveness of your operating system then the performance impact has become inacceptable.

...