Hello, does somebody know how it is possible to setup a timeout for the waitpid syscall? I don't want to do polling by WNOHANG and I don't want to use `alarm' because it is not a safe mechanism as it can be modified by the child process. I would like to add timeouts to the Process class, any suggestion?
Regards, Giuseppe
