搜索资源列表
pipedoc
- 管道(Pipe)实际是用于进程间通信的一段共享内存,创建管道的进程称为管道服务器,连接到一个管道的进程为管道客户机。一个进程在向管道写入数据后,另一进程就可以从管道的另一端将其读取出来。匿名管道(Anonymous Pipes)是在父进程和子进程间单向传输数据的一种未命名的管道,只能在本地计算机中使用,而不可用于网络间的通信。-pipes (Pipe) for the actual inter-process communication for shared memory, the creati
fork
- 系统调用fork函数,以及父进程与子进程的执行顺序问题。-Fork system call function, as well as parent and child process of implementation of the order of the problem.
CreateProcessAsUser
- 主要的功能是创建用户使用的一个子进程,一般的子进程都是由system启动的,但是这个是当前用户启动的。-The main function is to create a user using a subset of the process, a subset of the general process is initiated by system, but this is the current user initiated.
lab4_5_Fibonacci
- fibonacci数列进程实现。用子进程计算并用父进程输出-fibonacci sequence process implementation. Calculated and used by the child process the parent process output