Socket - CI/CD用語集の定義
ソケットは、ネットワーク越しにデータを送受信するためのオペレーティングシステムのエンドポイントで、アドレスとポートにバインドされfile descriptorを通じてアクセスされます。ソケットを枯渇させたりTIME_WAITのまま残したりすると、高スループットのCIジョブが停滞することがあります。
関連ガイド
Port Binding - CI/CD Glossary DefinitionPort binding claims a TCP/UDP port so a service can accept connections on it. A port already in use raises EA…
Ephemeral Port - CI/CD Glossary DefinitionAn ephemeral port is a short-lived high-numbered port the OS assigns to the client side of each outbound conn…
Connection Pool - CI/CD Glossary DefinitionA connection pool keeps open connections ready to reuse, so callers borrow one instead of paying handshake co…