Deadline pressure
Timeouts turn otherwise valid decisions into lost opportunities. Infrastructure overhead competes directly with bidder work.
OpenRTB load balancer for ad tech
XLB gives bidders, exchanges, SSPs, and ad-serving APIs the highest-performance L4 load-balancing path with drastically lower operating cost and no HAProxy or NGINX tuning.
WorkloadsOpenRTB + ad-serving APIs
TrafficMillions of requests per second
OperationAutomatic backends + monitoring
Business resultLower infrastructure cost
The infrastructure problem
Billions of time-sensitive requests make usage-based AWS NLB pricing expensive. HAProxy and NGINX avoid that traffic fee, but their capacity still has to be sized, tuned, monitored, and supported.
XLB was built for this exact shape of problem: enormous TCP volume, hard response deadlines, and a simple Layer 4 job that should not dominate the cloud bill or the infrastructure roadmap.
Timeouts turn otherwise valid decisions into lost opportunities. Infrastructure overhead competes directly with bidder work.
Supply is not uniform. The ingress layer must absorb sudden changes without resizing and retuning HAProxy or NGINX for every peak.
At sustained request rates, connection handling and per-packet userspace work become infrastructure capacity questions.
Ad platforms often span colocation, bare metal, and multiple clouds. The L4 behavior should travel with the workload.
Where XLB fits
XLB selects a healthy application server and forwards the existing TCP connection directly. TLS and request processing stay on the bidder servers exactly where they run today.
Understand the data planePerformance under load
XLB does less work for every packet. Kernel processing, zero userspace payload copies, and one end-to-end connection reduce latency and keep performance consistent as traffic rises.
Backend selection and packet forwarding run in the kernel without scheduling a userspace proxy for every payload.
XLB forwards the original application data without receiving, buffering, copying, and resending it through a proxy process.
No worker, thread, buffer, socket, or connection-profile tuning. Point XLB at the backends and run it.
Real questions
XLB has no traffic-based fee and runs on infrastructure you control. At high scale, it typically runs at around 20% of the cost of an equivalent managed NLB deployment in practice. The exact result varies with traffic and infrastructure.
HAProxy and NGINX receive, buffer, copy, and resend application data in both directions while maintaining two connections. XLB selects a backend and routes packets without copying the payload into a proxy process. That leaves more CPU available to move traffic.
No. XLB can use the host’s existing IP and automatically select the relevant interface. It does not require a separate VIP cluster, BGP setup, keepalived deployment, or cloud load-balancer controller.
XLB watches the configured Kubernetes Service. Ready Pods are added automatically. Unready or terminating Pods stop receiving new connections. Existing connections stay assigned to their original backend while their flow state exists.
Your application servers keep TLS, HTTP, authentication, and request processing exactly where they run today. XLB forwards the TCP connection directly to the selected server.
Compare it with what you run today
Bring your AWS bill or HAProxy/NGINX topology. We’ll show what the same job looks like with XLB.