Load Balancer Simulation
A simulation of a load balancer with dynamic server scaling in C++
Loading...
Searching...
No Matches
include Directory Reference

Files

 
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.