WebContainer thread pool

The WebContainer thread pools are used for HTTP requests that come from the client.

Figure 1 displays the WebContainer thread pools settings. These settings were chosen due to the high HTTP traffic generated by the workload, to prevent requests from being queued in the transport chain when all threads are busy. These are the selected settings:
  • The size for the WebContainer pool is set to 35 minimum and 35 maximum threads.
  • A timeout value is set to 3500 milliseconds.