Load Balancer - CSCE 412 Project 3 1.0
Loading...
Searching...
No Matches
load_balancer.h File Reference

Declaration of the LoadBalancer class for managing web server requests. More...

#include <iostream>
#include <queue>
#include <string>
#include <vector>
#include "request.h"
#include "web_server.h"
Include dependency graph for load_balancer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LoadBalancer
 Manages a pool of web servers and distributes incoming requests among them. More...
 

Detailed Description

Declaration of the LoadBalancer class for managing web server requests.