technology

Load balancing algorithms

Published on 
1 min, 149 words

Sometimes you come across a post that is so brilliantly put together you have to share it - and I am not talking about any of my posts.

This post walks the reader through the different algorithms used by load balancers and the pros and cons of each approach. A load balancer takes requests and splits them between different processes (or servers) that can handle them. It's aim is to balance the load between them, hence its name.

Read more ...

Categories: technology