wait() on a PID that is not your child
wait() on a PID that is not your child
Posted Oct 10, 2011 19:01 UTC (Mon) by HelloWorld (guest, #56129)In reply to: wait() on a PID that is not your child by mezcalero
Parent article: A Plumber's Wish List for Linux
64 bit PIDs ought to be enough for anybody. If the system creates 10000
processes per second, the PIDs would overflow after 2^64/(60*60*24*365*10000) = 58494241 years.
processes per second, the PIDs would overflow after 2^64/(60*60*24*365*10000) = 58494241 years.
