[A]BECAUSE YOU FORK() TWICE, YOU HAVE
登录 | 论坛导航 -> 华新鲜事 -> 社会百科 | 本帖共有 2 楼,分 1 页, 当前显示第 1 页 : 本帖树形列表 : 刷新 : 返回上一页
<<始页  [1]  末页>>
作者:不告诉你 (等级:5 - 略有小成,发帖:3095) 发表:2003-01-14 14:50:21  楼主  关注此帖
consider the following c programmain() { fork(); fork(); printf("hello!\n"); } 为什么会print出4个'hello!'?
[A]BECAUSE YOU FORK() TWICE, YOU HAVE
FOUR PROCESSES RUNNING BEFORE PRINTF IS EXCUTED.
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版所有回复从这里展开收起列表
作者:不告诉你 (等级:5 - 略有小成,发帖:3095) 发表:2003-01-14 15:13:43  2楼
updated读到第一个fork(),program另外copy多一个fork();printf() so far, you have 1 parent program and exact same child program with the content---- fork(); printf(); each of them read upto second fork() will produce two children programs again, with the content---printf();(by now you will have 4 printf("hello!") After I tried this simply program in unix, i get the answer 4 It's like a tree. f:fork p:printf (more...)
[AGREE]EXACTLY.
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版所有回复从这里展开收起列表
论坛导航 -> 华新鲜事 -> 社会百科 | 返回上一页 | 本主题共有 2 篇文章,分 1 页, 当前显示第 1 页 | 回到顶部
<<始页  [1]  末页>>

请登录后回复:帐号   密码