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

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...

Detailed Description

Defines the Request structure for load balancer simulation.

Definition in file Request.h.