Versions Compared

Key

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

...

Measures for Performance Optimization

Parallelism

Parallel Orders

  • When using <job_chain max_orders="number"> you will restrict the number of parallel orders to number.
  • By default this attribute is not effective which allows an unlimited number of parallel orders in a job chain.
  • When using a value <job_chain max_orders="1"> then this will result in strict serializaton of orders. The next order will enter the job chain only after the first order has completed.
  • Consider if your business requirements require orders to be serialized. Better performance is achieved by enabling orders to be processed in parallel.

Parallel Tasks

  • tasks=

Process Classes

Pre-loading of tasks

x

  • min_tasks=
  • idle_timeout=

 

 x