I am creating client -server architecture ...
1 server and 20 clients..are attached ...
when computer starts client sends abc.txt file information to server ...through socket port no 8000...server take this file and rename with that comp name...
problem is ->
when number of clients machine on at same time ..they sends information to server and server gets mixed output....socket is same.
how to solve this problem so server gets output individually for client??
Do i need to create a separate Server for every Client,or is any other way to archive this ??