bug-myserver
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-myserver] waitpid timeout


From: Giuseppe Scrivano
Subject: [bug-myserver] waitpid timeout
Date: Fri, 24 Apr 2009 23:23:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]