|
Load Balancer Simulation
A simulation of a load balancer with dynamic server scaling in C++
|
Defines the Request structure for load balancer simulation. More...
#include <string>Go to the source code of this file.
Classes | |
| struct | Request |
| Represents a single request/job in the load balancer simulation. More... | |