100 likes | 181 Views
TEAM 2. A GMU SWE-622 Class Project Tiberius Rague , Boris Velikovich, Tim Walter, Leonard Woody. Original Design. Clients with configuration files. File Servers. Each client will query all servers to get workload and then upload/download based on workload returned.
E N D
TEAM 2 A GMU SWE-622 Class Project Tiberius Rague, Boris Velikovich, Tim Walter, Leonard Woody
Original Design Clients with configuration files File Servers Each client will query all servers to get workload and then upload/download based on workload returned Using RMI for all calls between client and server
Why Change? • Not scalable: The client configuration files were not accounting for new server updates • Not Efficient: Too much network traffic with the many calls between clients and servers