Use of Java ServerMultithreading Java server Server.java
Each concurrent thread
Start server on host ebox in directory with big file data.txt
Establish socket connection from Client 1 to server using telnet
Establish socket connection from Client 2 to server using telnet
Quickly enter data.txt in terminal windows on Client 1 and Client 2. Contents of file should be listed concurrently in both windows. |
|||||