Versions Compared

Key

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

...

Expand
titleSTEP 2: Configure the custom fields

The two components are configured to work together by default without configuration required. However, the custom fields can be configured as needed:

Web Service Multithread:

  • WorkerComponent: The target multithreaded worker component

  • Port: The web service port. Change if the default port, 7778, is already in use.

  • UseHTTPS: Set Default is set to true to enable HTTPS. If enabledFor production, you can should configure Iguana to use your preferred own Certificate and PrivateKey files.

Image RemovedImage Added

Web Service Multithread Worker:

  • ServerComponent: The web service component which will dispatch requests to the worker.

  • ThreadCount: Number of processing threads. Can be set as a number from 2 to 100.

For more information on adapting the worker component, see Web Service Multithread Worker.

...

Expand
titleSTEP 4: Start the components and view the logs of the Web Service Multithread Worker

First start your Web Service Multithread and Web Service Multithread Worker components. Then use Bulk Actions to start the two Source Feed components at the same time.

Go to the logs of the Web Service Multithread Worker component and view the logged GET requests. Notice the ifw_conn_id value added set in the header of the request. This value is used to identify the specific connection or session associated with the request. You should see different connection ids to indicate multiple connection threads being used by your worker.

Image RemovedImage Added