Skip to content
New issue

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

讨论一下10.6习题里的父子进程关系 #6

Open
wayichao opened this issue Nov 15, 2021 · 0 comments
Open

讨论一下10.6习题里的父子进程关系 #6

wayichao opened this issue Nov 15, 2021 · 0 comments

Comments

@wayichao
Copy link

题目
笔记

我认为【进程根据创建方式建立父子关系】是对的 通过fork函数运行的进程才能建立父子关系,通过其他方式,比如./test 创建的进程就只有系统进程这个父进程
【进程可以包含其他进程,即一个进程的内存空间可以包含其他进程】是错的 因为子进程是复制了一份父进程的所有信息,这些信息应该放在父进程内存空间外的内存空间里
笔记和我的理解相反,求讨论~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant