Skip to content

Load balancer of multiple Python servers using Round Robin algorithm

Notifications You must be signed in to change notification settings

VinayakBagaria/Load-Balancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python servers

for i in {1..5}; do python server.py server-$i 500$i &; done

Go curls

for i in {1..20}; do curl localhost:8000; done

About

Load balancer of multiple Python servers using Round Robin algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published