Home > Back-end >  Using network programming for a server program (server), and a client (client), urgent!!!!!
Using network programming for a server program (server), and a client (client), urgent!!!!!

Time:10-09

1: the use of network programming to realize a server-side program (server), and a client (client)

Requirements:
1: using multithreading server, ensure that can receive at the same time from multiple client sends string
2: client supports keyboard input string, and sent to the server, and receives the server returns the thread identifier, output to the screen
3: run mode, the client program start multiple, a server process began, each client input string is different

CodePudding user response:

Server receives a new open access is a thread, this kind of case very much