Load Balancer Simulation
A simulation of a load balancer with dynamic server scaling in C++
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CLoadBalancerMain simulation engine that manages web servers and request queue
 CLoadBalancerConfigConfiguration parameters for the load balancer simulation
 CLoggerStatic logger that writes to both console and a log file
 CRequestRepresents a single request/job in the load balancer simulation
 CWebServerSimulates a single web server that processes one request at a time