|
412 Project 3
|
| CLoadBalancer | Manages a set of WebServers and dispatches incoming requests to them |
| CRequest | The Request struct represents a network request with incoming and outgoing IPs, a time duration for processing, and (optionally) a job type |
| CWebServer | Simulates a server that processes network requests |