5.16 Configuring Parallel Processing

To enable parallel calling of EDQ web services, the following are the new configuration parameters introduced:

Setup_rt_params table:
  • ENABLE_PARALLEL_WS_CALL - This Parameter is to indicate if a calling of EDQ Webservices from parser should be parallel or sequential. If the value is set to Y, it will be parallel. If the value is set to N, it will be sequential.
  • ENABLE_PARALLEL_WS_TAGS_CALL - This Parameter is to indicate if a calling of EDQ Web- services tags from the parser should be parallel or sequential. If the value is set to Y, it will be parallel. If the value is set to N, it will be sequential. By default OOB, both the parameters will be set to N.

static.properties file:

The following are the new parameters introduced in the static.properties file under

<DeployedContext>/TFLT.ear/TFLT.war/conf:

    • tf.edq.webservices.maxthread.count=6 - This Parameter is used to indicate EDQ Webservices thread count. This creates a thread pool with 6 threads executing the tasks.
    • tf.edq.webservices.tags.maxthread.count=5 - This Parameter is used to indicate EDQ Webservices tags thread count. This creates a thread pool with 5 threads executing the tasks. By default OOB thread count for both parameters is set to 6 and 5, respectively.