三津石智巳

👦🏻👦🏻👧🏻 Father of 3 | 🗺️ Service Reliability Engineering Manager at Rakuten Travel | 📚 Avid Reader | 👍 Wagashi | 👍 Caffe Latte | 👍 Owarai

【感想】4.2. TCP Performance Considerations - HTTP: The Definitive Guide


2002年の本だが私には十分学びがある。

The remainder of this section outlines some of the most common TCP-related delays affecting HTTP programmers, including the causes and performance impacts of:

  • The TCP connection setup handshake
  • TCP slow-start congestion control
  • Nagle’s algorithm for data aggregation
  • TCP’s delayed acknowledgment algorithm for piggybacked acknowledgments
  • TIME_WAIT delays and port exhaustion

via Check out this quote from HTTP: The Definitive Guide - https://learning.oreilly.com/library/view/http-the-definitive/1565925092/ch04s02.html

TCPで代表的なパフォーマンス問題のリスト。「ネットワークが遅い」という時にはここくらいには言及したい。