We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
学科:《深入理解计算机系统》 类型:知识理解 内容:第八章 8.4.3 回收子进程
当一个子进程终止时,需要等待被父进程回收: 1、为什么是由父进程来管理子进程的回收?这样设计的好处是什么? 2、为什么不像jvm中的gc一样,设计一个专门用于回收进程的进程? 3、线程在运行结束后,又是怎样被回收资源的呢?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
学科:《深入理解计算机系统》
类型:知识理解
内容:第八章 8.4.3 回收子进程
当一个子进程终止时,需要等待被父进程回收:
1、为什么是由父进程来管理子进程的回收?这样设计的好处是什么?
2、为什么不像jvm中的gc一样,设计一个专门用于回收进程的进程?
3、线程在运行结束后,又是怎样被回收资源的呢?
The text was updated successfully, but these errors were encountered: