Versions Compared

Key

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

The Web Service Multithreaded Multithread Worker is designed to be used with the Web Service MultithreadedMultithread component. For steps on setting up and running the two components, see the documentation for the Web Service MultithreadedMultithread.

The worker component handles the actual processing of the data dispatched by the ServerComponent. The component’s custom fields contain a ThreadCount value used to create multiple worker component threads running in parallel to process several requests simultaneously.

...

Adapting the Component:

There are a few ways you can adapt and expand this component for more complex workflows:

...

Expand
titleAdd data processing logic

Inbound requests are sent from the Web Service Multithreaded Multithread component as JSON strings. Requests are parsed and at this point, any data processing can be implemented.

...