Building a tiny load balancing service using PID Controllers (pankajtanwar.in)
Recently, I came across an engineering blog by Dropbox, talking about their latest iteration of Robinhood (an in-house built load balancing service). It is designed to dynamically adjust node weights for even load distribution by leveraging Proportional Integral Derivative (PID) controllers.