Members: Daming Wang, Pengyuan Xu, Wei Wang
The project aims to simulate an Internet server group that handles concurrent users by queuing First-In-First-Out client requests. The desired outcome is demonstrating the numerical relation between servers and concurrent users. This project is coded in Java. The purpose is to collect enough statistics to show the relation between the parameters of servers and the number of concurrent users.
Make sure Java environment the installed, new versions of Java is recommended.
javac Main.java && java Main
After run the command, the console log should output the results of both two baseline settings results for different priority methods.