processes.pptVIP

  • 2
  • 0
  • 约2.3万字
  • 约 58页
  • 2016-10-06 发布于天津
  • 举报
processes

* * Zombie process = defunct process. The waitpid() system call suspends execution of the calling process until a child specified by?pid?argument has changed state. By default,?waitpid() waits only for terminated children, but this behavior is modifiable via the?options?argument, as described below. * * * * * * * * * * * * * * * * * * * * The SIGTERM signal is sent to a process to request its termination. Unlike the SIGKILL signal, it can be caught and interpreted or ignored by the process. This allows the process to perform nice termination releasing resources and saving state if appropriate

文档评论(0)

1亿VIP精品文档

相关文档