kessler / node-loadbalance

A collection of distilled load balancing engines
MIT License
81 stars 6 forks source link

Implement the "shortest queue" load balancing #2

Open nikolay opened 8 years ago

nikolay commented 8 years ago

https://labs.spotify.com/2015/12/08/els-part-1/ https://labs.spotify.com/2015/12/09/els-part-2/

kessler commented 8 years ago

This one and #1 are both types of priority queues. Which are on the roadmap

nikolay commented 8 years ago

@kessler Yes, thank you!