Hi,
Hopefully somebody out there can answer this question:
If a client application crashes/dies, is there any way the server application would notice?
i.e. if a server application has forked a child process to deal with a given client app's requests and, after a few request/response transactions over the dedicated socket connection, the client dies, is the server child process told about it in any way? Or have we just effectively leaked a process?!!
Please help!
Hopefully somebody out there can answer this question:
If a client application crashes/dies, is there any way the server application would notice?
i.e. if a server application has forked a child process to deal with a given client app's requests and, after a few request/response transactions over the dedicated socket connection, the client dies, is the server child process told about it in any way? Or have we just effectively leaked a process?!!
Please help!