Design a Layer 7 network proxy handling 500K concurrent connections with sub-millisecond added latency using epoll, connection pooling, and zero-copy I/O.
## Problem
Design a high-performance Layer 7 (HTTP/HTTPS) reverse proxy that can handle 500,000 concurrent connections with less than 1 millisecond of added latency. The proxy sits between clients and a fleet of backend servers, performing TLS termination, load balancing, request routing, and connection pooling.
Sign up to access the full problem
Design canvas, rubric, hints, and model solutions.
Explain Essential sysctl Parameters for Production Linux
Junior · Conceptual