HTTP KeepAlive should be set to false (WMB)
Setting KeepAlive to TRUE when there is only infrequent requests to a resource can affect the performance of the requested server resource.
There is more information available here: https://en.wikipedia.org/wiki/HTTP_persistent_connection/
For example, this cause performance issues on the requested server resource: |
SET OutputLocalEnvironment.Destination.HTTP.KeepAlive = TRUE; |
Keepalive can be configured on the calling HTTPRequestNode : |
SET OutputLocalEnvironment.Destination.HTTP.KeepAlive = FALSE; |