Multiple-Client-Server-Program-in-C-using-fork icon indicating copy to clipboard operation
Multiple-Client-Server-Program-in-C-using-fork copied to clipboard

A simple tcp client server application that describes the communication between the client and a server. The server is a simple echo sever that can handle multiple client using fork.

Results 4 Multiple-Client-Server-Program-in-C-using-fork issues
Sort by recently updated
recently updated
newest added

What to do in case the client closes abruptly, say by ^C, the server just keeps printing "Client : ". Is there any way to close the connection gracefully in...

Corrected some grammatical errors and expanded on the given example.