Tag

Load Balancing

0 views collected around this technical thread.

Tencent Cloud Developer
Tencent Cloud Developer
Jun 10, 2021 · Backend Development

Understanding Nginx Architecture: Master/Worker Processes, Hot Reload, Epoll, and Load Balancing

The article explains Nginx’s master‑worker architecture, showing how the master process handles signals, restarts workers, and performs hot configuration or binary reloads, while workers use an event‑driven epoll loop with an accept‑mutex to efficiently process connections and balance load across cores without multithreading.

Load BalancingMaster ProcessNginx
0 likes · 10 min read
Understanding Nginx Architecture: Master/Worker Processes, Hot Reload, Epoll, and Load Balancing
vivo Internet Technology
vivo Internet Technology
May 26, 2021 · Backend Development

Dynamic Load Balancing Algorithms in the TARS Microservice Framework

The Vivo Internet Server Team extended TARS with a dynamic load‑balancing algorithm that recalculates each node’s weight every minute using metrics such as 5‑minute average response time, timeout and exception rates, CPU, memory and network load, automatically adapting traffic distribution beyond the built‑in round‑robin, weighted round‑robin and consistent‑hash methods.

BackendC++Dynamic Weight
0 likes · 13 min read
Dynamic Load Balancing Algorithms in the TARS Microservice Framework
iQIYI Technical Product Team
iQIYI Technical Product Team
Jan 11, 2019 · Cloud Computing

Anycast Technology Overview and Its Application in Internal DNS System Deployment

Anycast assigns a single IP to multiple distributed DNS nodes, automatically routing queries to the nearest healthy server, which balances load, mitigates DDoS, and provides sub‑second failover; iQIYI’s internal tests confirmed UDP and TCP compatibility, enabling a self‑healing DNS deployment across data centers that cuts operational complexity and prepares for broader service use.

DDoS mitigationDNSLoad Balancing
0 likes · 7 min read
Anycast Technology Overview and Its Application in Internal DNS System Deployment