Load Balancing

Балансирование нагрузки - аппаратно программные системы для распределения (горизонтального масштабирования) нагрузки по серверам для обслуживания большого количества клиентов.

  • Nginx Reverse Proxy

  • HAProxy - HAProxy is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications. It is particularly suited for very high traffic web sites and powers quite a number of the world's most visited ones. Over the years it has become the de-facto standard opensource load balancer, is now shipped with most mainstream Linux distributions, and is often deployed by default in cloud platforms.

  • Keepalived - The main goal of this project is to provide simple and robust facilities for loadbalancing and high-availability to Linux system and Linux based infrastructures.

API Limiters - программные системы для обеспечения рационального распределения вычислительных ресурсов между клиентами такие как максимально допустимая частота API запросов и тп.

Last updated