Web Service Multithread
The Web Service Multithread component is designed to work with the Web Service Multithread Worker to enable parallel processing of requests. These components have two distinct roles:
Web Service Multithread is the dispatcher component which listens for requests and sends it to the worker component for parallel processing using
component.call
.Web Service Multithread Worker component handles the actual processing of the data dispatched by the Web Service Multithread component.
Running the Components:
Â
Â