The type of HTTP connection duration can impact the performance of the StorageGRID Webscale system.
You can identify the performance benefits for the following types of HTTP connections:
Idle HTTP connections
Active HTTP connections
Concurrent HTTP connections
More information
Benefits of keeping idle HTTP connections open
You should keep HTTP connections open even when client applications are idle to allow client applications to perform subsequent transactions over the open connection. Based on system measurements and integration experience, you should keep an HTTP connection open for a maximum of 10 minutes. The LDR service might automatically close an HTTP connection that is kept open and idle for longer than 10 minutes.
Benefits of active HTTP connections
You should limit the duration of an active HTTP connection for a maximum of 10 minutes, even if the HTTP connection continuously performs transactions. Determining the maximum duration that a connection should be held open is a trade‐off between the benefits of connection persistence and the ideal allocation of the connection to internal system resources.
Benefits of concurrent HTTP connections
You must keep multiple TCP/IP connections to the StorageGRID Webscale system open to allow idle connections to perform transactions as required. The number of client applications also affects how you handle multiple TCP/IP connections.