We need to develop a server that spawns a child process at any time a client tries to connect to your server. The server should connect to equal or less 5 client process at once. Every 3 seconds the client connection, it send a message include its PID and the count value (how many times the server receive a message from the client). The parent will response by echoing the data received back to the client.
Note: We can use the check out the sleep ( ) system call