Load Balancer Simulator
CSCE 412 - Load Balancer Simulation Project
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CLoadBalancerManages a pool of web servers and a queue of incoming requests
 CRequestRepresents a single network request with source/destination IPs, processing time, and job type
 CWebServerSimulates a web server that receives and processes requests from the load balancer