TD2: Make the socket client multithreaded.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 12 Mar 2018 14:01:42 +0000 (15:01 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 12 Mar 2018 14:01:42 +0000 (15:01 +0100)
commit2c648f756e35448bf69e8a09670219bfc4b2fd52
tree7c9b44bf72f19c2b5cf5d2c1dfe315d60ec4c4b4
parentce28a0211974450cf5df46e2065fb39350e029ec
TD2: Make the socket client multithreaded.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
TD2/Main.java
TD2/Makefile
TD2/SocketClient.java [new file with mode: 0644]
TD2/ThreadClientReceive.java [new file with mode: 0644]
TD2/ThreadClientSend.java [new file with mode: 0644]
TD2/concurrent_access.txt [new file with mode: 0644]