| ▲ | mjb 7 hours ago | ||||||||||||||||
> What's conspicuously missing is the plot of performance when you do have a well tuned queue in front of the service. As in between the service and the load balancer? There's already an infinite queue in the load balancer. You can try that out on https://stability-sim.systems/ to see the effect, but the short version is that (in this model) it makes things worse. If you're saying that the queue in the load balancer should be limited in size to reduce tail latency, then I agree. | |||||||||||||||||
| ▲ | megamalloc 7 hours ago | parent [-] | ||||||||||||||||
No, I mean when you have a queue broker that the backends can pull work from when they become idle, rather than relying on load balancing which will send work to backends while they're still busy. | |||||||||||||||||
| |||||||||||||||||