February 2018
Intermediate to advanced
246 pages
6h 3m
English
A load balancer is a type of HTTP server responsible for distributing traffic (routing) to various web servers based on the rules defined by the developer. A load balancer, in general, is a very fast and specialized application. Trying to implement similar logic in a web server might not be optimal because the resources available to your web server have to be split between handling requests for your business logic and requests that need to be routed. Also, a load balancer provides us with a lot of features out of the box such as these:
Read now
Unlock full access