Tag

Connection Queues

1 views collected around this technical thread.

Refining Core Development Skills
Refining Core Development Skills
Aug 9, 2021 · Backend Development

Analyzing TCP Handshake Anomalies: Port Exhaustion, Connection Queue Overflow, and Performance Mitigation

This article examines common TCP handshake anomalies in backend systems, detailing how client port exhaustion and server-side connection queue overflows cause packet loss and latency spikes, while providing kernel-level insights and practical configuration strategies to optimize network performance and ensure reliable service availability.

Connection QueuesNetwork PerformanceTCP handshake
0 likes · 14 min read
Analyzing TCP Handshake Anomalies: Port Exhaustion, Connection Queue Overflow, and Performance Mitigation
Refining Core Development Skills
Refining Core Development Skills
Nov 8, 2020 · Backend Development

Quantifying TCP Connection Latency: Analysis, Abnormal Cases, and Optimization Strategies

This article provides a detailed quantitative analysis of TCP connection establishment latency, examining normal handshake processes, abnormal scenarios like queue overflows and TIME_WAIT exhaustion, and offering practical optimization strategies for backend systems.

Connection QueuesLinux kernelTCP Protocol
0 likes · 16 min read
Quantifying TCP Connection Latency: Analysis, Abnormal Cases, and Optimization Strategies