HTTP Keep-Alive - CI/CD用語集の定義
HTTP keep-alive(持続的接続)は、TCP接続を開いたままにして複数のHTTPリクエストを順に処理し、リクエストごとの新しいTCP+TLSハンドシェイクを避けます。同じホストに多くの呼び出しを行うステップにとって大きな高速化になります。
関連ガイド
Connection Pool - CI/CD Glossary DefinitionA connection pool keeps open connections ready to reuse, so callers borrow one instead of paying handshake co…
TCP Handshake - CI/CD Glossary DefinitionA TCP handshake is the three-step SYN, SYN-ACK, ACK exchange that opens a reliable connection before any data…
Request Timeout - CI/CD Glossary DefinitionA request timeout caps total time waiting for an operation before giving up, so a stuck call fails fast inste…