|
Load Balancer Simulation
A simulation of a load balancer with dynamic server scaling in C++
|
| include | |
| Config.h | Defines the LoadBalancerConfig structure for simulation parameters |
| LoadBalancer.h | Defines the LoadBalancer class for the simulation |
| Logger.h | Defines the Logger class for console and file output |
| Request.h | Defines the Request structure for load balancer simulation |
| WebServer.h | Defines the WebServer class for processing requests |
| src | |
| Config.cpp | Implementation of LoadBalancerConfig file loading |
| LoadBalancer.cpp | Implementation of the LoadBalancer simulation engine |
| Logger.cpp | Implementation of the Logger class |
| main.cpp | Entry point for the Load Balancer simulation |
| WebServer.cpp | Implementation of the WebServer class |