文件名称:Forkprogramming
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- ea***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
program that creates processes while it is executing. The program (also called the parent process) and create 4 child processes. The first child process runs forever and prints out to the standard output its process identification number. The rest of the child processes replace themselves immediately with new executable programs which are created from their own programs (e.g., a run-forever program that prints out its process ID) These programs run forever so that you can observe the effect of concurrent processes sharing the same output device (the computer terminal in this case).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LinuxFork.c\child2.c.c
...........\child3.c.c
...........\child4.c.c
...........\main.c.c
LinuxFork.c
...........\child3.c.c
...........\child4.c.c
...........\main.c.c
LinuxFork.c