Tag

persistent connections

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Feb 23, 2023 · Fundamentals

How Browsers Manage TCP Connections, HTTP Persistence, Pipelining, and Multiplexing

The article explains how modern browsers handle TCP connections and HTTP requests, covering persistent connections, the limits of HTTP/1.1 pipelining, the advantages of HTTP/2 multiplexing, and browser-imposed limits on simultaneous connections per host.

HTTPHTTP/2Pipelining
0 likes · 8 min read
How Browsers Manage TCP Connections, HTTP Persistence, Pipelining, and Multiplexing
Aikesheng Open Source Community
Aikesheng Open Source Community
Mar 8, 2022 · Databases

Analyzing Excessive TIME_WAIT Connections on a MySQL Server and Effective Mitigation

The article investigates why a MySQL server shows a large number of TCP connections in TIME_WAIT state, examines OS and MySQL logs, tests sysctl adjustments, captures network packets to reveal short‑lived client connections, and concludes that using persistent connections can eliminate the issue.

MySQLNetwork TroubleshootingTCP
0 likes · 6 min read
Analyzing Excessive TIME_WAIT Connections on a MySQL Server and Effective Mitigation