HTTP KeepAlive should be set to TRUE (WMB)
Setting KeepAlive to FALSE when the server is capable of handling open connections can slow the performance of the requesting application.
There is more information available here: https://en.wikipedia.org/wiki/HTTP_persistent_connection/
For example, this could cause performance issues on the client : |
SET OutputLocalEnvironment.Destination.HTTP.KeepAlive = FALSE; |
Keepalive can be configured on the calling HTTPRequestNode : |
SET OutputLocalEnvironment.Destination.HTTP.KeepAlive = TRUE; |