Tag

ReusePort

0 views collected around this technical thread.

Cloud Native Technology Community
Cloud Native Technology Community
Mar 2, 2022 · Backend Development

Envoy Outbound Request Flow: Listener Startup, ReusePort Configuration, and Connection Establishment

This article provides an in‑depth analysis of Envoy's outbound request processing, covering listener initialization, the use of SO_REUSEPORT for load distribution, original destination handling, and the detailed steps of connection creation and filter chaining within the Envoy proxy architecture.

C++EnvoyListener
0 likes · 12 min read
Envoy Outbound Request Flow: Listener Startup, ReusePort Configuration, and Connection Establishment
58 Tech
58 Tech
Jul 3, 2020 · Operations

Optimizing Nginx Load Balancing for Ultra‑High Concurrency: Kernel, NIC, and Parameter Tuning

This article details how to diagnose and resolve Nginx load‑balancing performance issues under extreme concurrency by analyzing NIC packet loss, kernel SYN drops, backlog limits, and applying systematic kernel, network‑card, and Nginx configuration optimizations that raise QPS from 20,000+ to over 40,000.

NginxReusePorthigh concurrency
0 likes · 12 min read
Optimizing Nginx Load Balancing for Ultra‑High Concurrency: Kernel, NIC, and Parameter Tuning