|
Cade Royal CSCE 412 Project 3
|
Implementation of the LoadBalancer class. More...

Macros | |
| #define | RESET "\033[0m" |
| #define | RED "\033[31m" |
| #define | GREEN "\033[32m" |
| #define | YELLOW "\033[33m" |
Implementation of the LoadBalancer class.
This file contains the implementation of the LoadBalancer class, which dynamically manages a pool of WebServer objects to handle incoming requests. The load balancer evaluates the request queue and adjusts the number of servers accordingly.
| #define GREEN "\033[32m" |
| #define RED "\033[31m" |
| #define RESET "\033[0m" |
| #define YELLOW "\033[33m" |