首页 >  Term: process lifetime
process lifetime

The period of time that begins when a process is created and ends when the process ID is returned to the system. X/Open. ISO.1 . After a process is created with a fork() function, it is considered active. Its thread of control and address space exist until it terminates. It then enters an inactive state where certain resources may be returned to the system, although some resources, such as the process ID, are still in use. When another process executes a wait() or waitpid() function for an inactive process, the remaining resources are returned to the system. The last resource to be returned to the system is the process ID. At this time, the lifetime of the process ends.

0 0

创建者

  • Peteh
  •  (V.I.P) 14225 分数
  • 100% positive feedback
© 2024 CSOFT International, Ltd.