|
Load Balancer Simulation
A simulation of a load balancer with dynamic server scaling in C++
|
Entry point for the Load Balancer simulation. More...
#include "LoadBalancer.h"#include "Config.h"#include "Logger.h"#include <iostream>#include <limits>#include <sstream>Go to the source code of this file.
Functions | |
| int | main () |
| Main entry point for the load balancer simulation. | |
Entry point for the Load Balancer simulation.
Prompts for number of servers and runtime, loads configuration, and runs the simulation with summary output.
Definition in file main.cpp.