logoalt Hacker News

megamalloctoday at 12:23 AM1 replyview on HN

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.


Replies

wmftoday at 1:50 AM

This scenario already works that way. The very first sentence says "servers, each of which can only handle a single concurrent request, and has no internal queuing". This implies that the load balancer waits for a server to finish a request then immediately sends the next one.

show 1 reply