|
|
|
|
|
by gfloyd
4906 days ago
|
|
I think this would simplify implementing a load-balancing proxy in some ways. If a server responds with a 503 generated by node-toobusy, the load balancer will know immediately to reroute the request to another server, rather than having to wait for a timeout or some other threshold. |
|
[edit] I do get your point, I was just saying: don't start implementing a naive load-balancer :-)