© 1999-2048 dssz.net 粤ICP备11031372号
[其它] python僵尸进程产生的原因
说明:在 unix 或 unix-like 的系统中,当一个子进程退出后,它就会变成一个僵尸进程,如果父进程没有通过 wait 系统调用来读取这个子进程的退出状态的话,这个子进程就会一直维持僵尸进程状态。 Zombie process – Wikipedia 中是这样描述的: On Unix and Unix-like computer operating systems, a zombie process or defunct process is a process that has comple<weixin_38741101> 上传 | 大小:43kb