Rubix982 / Synet

A web proxy is written in ASP.NET with an admin console written in ReactJS. This was made as a repository for CN CS307's 1st assignment for web proxies @ FAST NUCES, Khi
https://synet-rubix982.vercel.app/app/dashboard
Apache License 2.0
0 stars 6 forks source link

Implement a Load Balancer #22

Open Rubix982 opened 3 years ago

Rubix982 commented 3 years ago

For concurrency, how do you actually distribute the workload so the requests are mapped accordingly? To implement this, there can be multiple containers of server, that get their requests from a central load balancer that remembers how much load a container is handling at a moment.