I have a server that receives data from a client through a internetsocket. When the connection is established, the server forks aprocess to deal with the connection. The child then reads data fromthe connection, does some stuff, responds to the client and waits formore data. The child dies when......(with 1 answers.)
↧