Skip to content

This repo contains implementation for custom load balancer with a feature of timely health checkup

Notifications You must be signed in to change notification settings

tushargoel86/http_load_balancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

http_load_balancer

This repo contains implementation for a custom load balancer with a feature of timely health checkup

Step1:

Return the request headers received from the request itself

Step2:

Add Round robin logic to select the server from the pool of the servers using multithreading env

Step 3:

Added multi-threading to perform health checkup on the listed server and recheck the down server

About

This repo contains implementation for custom load balancer with a feature of timely health checkup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages