搜索资源列表
popeconnect
- 实现进程的管道通信。用系统调用pipe( )建立一管道,二个子进程P1和P2分别向管道各写一句话: Child 1 is sending a message! Child 2 is sending a message! 父进程从管道中读出二个来自子进程的信息并显示(要求先接收P1,后P2)。 -process of the realization of the communication channel. With system call pipe () to establi
parent12
- windows编程源代码-----获取父进程id-windows programming access to the source code ----- parent process id
6
- 了解ipc通信中的信号。在lunix中编写一段c程序,创建两个子进程执行中让父进程捕获键盘上传来的中断信号(ctrl+c);当捕获到该信号,父进程向两个子进程发出一种信号,而子进程捕捉到父进程发来的信号