Versions Compared

Key

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

Maximum Available Worker Threads determines the greatest number of Process Flow Runs the Application Server can execute simultaneously.

Note that one thread is always reserved for the polling process; the number of threads you specify for this parameter are the "worker threads".

For example, if an Application Server has Maximum Threads set to 3 and there are 3 pending Process Flow Runs, the server will exhibit the following behavior:

...

The lower limit for Maximum Threads is 1. When set to 1, the Application Server can execute one Process Flow Run at a time.

The upper limit of Maximum Threads depends upon the capabilities of the specific - Application Server. For example, an Application Server with multiple processors and a large amount of memory can process more concurrent threads than a slower, single-processor machine. You should test the capabilities of your Application Server prior to deployment to determine its upper limit.
By default, Maximum Threads is set to 5. You can change this number during installation or post-installation by modifying the AptifyAsyncProcessor.exe.config configuration file.