Skip to content

morfeush22/load-balancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

load-balancer

Very simple load balancer, built using boost::asio.

To build:

mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make

To run:

./main --config_file_path ../config.ini

List of supported features:

  • health checks
  • two scheduling algorithms: round_robin and weighted_round_robin
  • sticky sessions, either by inserting cookie, or using cookie configured by backend server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published