|
Load Balancer Simulation
A simulation of a load balancer with dynamic server scaling in C++
|
| CLoadBalancer | Main simulation engine that manages web servers and request queue |
| CLoadBalancerConfig | Configuration parameters for the load balancer simulation |
| CLogger | Static logger that writes to both console and a log file |
| CRequest | Represents a single request/job in the load balancer simulation |
| CWebServer | Simulates a single web server that processes one request at a time |