===============================================================================
java -jar Server.jar 4444 singleThread
java -jar Server.jar 4444 multiThread
This command starts server on Port 4444
-
java -jar Client.jar
- Once the file is uploaded, you can click on “Refresh” button, to refresh the file-list.
-For all the RPCs, the parameters need to be specified the Text Box provided at the bottom of the GUI.
- All the element in a row should be separated by a “space”.
- All rows should be separated by a “comma”.
- Each Matrix should be separated by a “Semicolon”.
- Ex. For two 3x3 matrices: 5 2 4,6 4 9,1 8 6;4 2 3,5 4 1,8 6 9
Please note that, the file-syncing operation is scheduled to run every 10 seconds. Also, the file-syncing feature will only be available for the server running in Multi-Threaded mode.