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
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.
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.