Luis Silva
2020-09-14 21:10:32 UTC
Hi,
I have a program that calls PROCESS_LAUNCH_ with no problems, it launcehs a new process that opens a socket and wiats for a connection. Everything works fine. but.... If I close parent process child process is still running but it wont process no new data.
Is there some sort of nohup when calling PROCESS_LAUNCH_ so that even if the caller dies the new process can still receive data over its socket?
I have a program that calls PROCESS_LAUNCH_ with no problems, it launcehs a new process that opens a socket and wiats for a connection. Everything works fine. but.... If I close parent process child process is still running but it wont process no new data.
Is there some sort of nohup when calling PROCESS_LAUNCH_ so that even if the caller dies the new process can still receive data over its socket?