Concurrent hybrid requests

Know how the on-premises Integration Server sets the number of concurrent hybrid requests.

To help ensure that an on-premises Integration Server processes an optimal number of hybrid requests based on the available server capacity, Integration Server sets the number of concurrent hybrid requests it can handle to the lesser of the following.

  • The number of threads in the server thread pool that can be used for processing cloud requests is determined by the watt.server.threadPool.cloudRequests value.
  • 100 requests.

For example, if the watt.server.threadPool.cloudRequests value indicates that 45 threads in the server thread pool can be used for processing cloud requests, the on-premises Integration Server helps ensure that it handles 45 hybrid requests concurrently, if there are 45 or more hybrid requests that need to be processed.