实验四 进程的软中断通信和管道通信_第1页
实验四 进程的软中断通信和管道通信_第2页
实验四 进程的软中断通信和管道通信_第3页
实验四 进程的软中断通信和管道通信_第4页
全文预览已结束

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

实验四 进程的软中断通信和管道通信 一 实验目的 1 掌握 Linux 系统软中断通信的实现方法 2 掌握 Linux 系统软中断通信的基本原理 3 学会使用 Linux 系统中关于进程通信的一些系统调用 4 掌握管道通信的使用方法 二 实验内容 1 软中断通信 编写一段程序 使其实现进程的软中断通信 使用系统调用fork 创建两个子进程 再用系统调用signal 让父进程捕捉键盘上来的中断信号 即按Del键 当捕捉到中断信 号后 父进程用系统调用Kill 向两个子进程发出信号 子进程捕捉到信号后分别输出下 列信息后终止 Child Processll is Killed by Parent Child Processl2 is Killed by Parent 父进程等待两个子进程终止后 输出如下的信息后终止 Parent Process is Killed 2 进程的管道通信 编制一段程序 实现进程的管理通信 使用系统调用pipe 建立一条管道线 两个子进程P1 和P2 分别向管道中写一句话 Child 1 is sending a message Child 2 is sending a message 而父进程则从管道中读出来自于两个子进程的信息 显示在屏幕上 要求父进程先接收子进程P1 发来的消息 然后再接收子进程P2 发来的消息 3 管道编程练习 编写一个程序 使用系统调用fork生成 3 个子进程 并使用系统调用pipe创建一个管 道 使得这 3 个子进程和父进程共用同一个管道进行通信 三 实验源程序 程序 1 软中断通信 include include include void waiting stop 引用函数声明 int wait mark main int p1 p2 while p1 fork 1 创建进程 p1 if p1 0 while p2 fork 1 if p2 0 wait mark 1 以下为主进程 signal SIGINT stop 接受 del 信号 并转 stop waiting 0 kill p1 17 向 p1 发中断信号 17 kill p2 17 向 p2 发中断信号 17 wait 0 将当前进程挂起 直至子进程发出信号 wait 0 printf parent process is killed n exit 0 主进程终止自己 else wait mark 1 以下为子进程 p2 signal 17 stop waiting lockf 1 1 0 加锁 printf child process 2 is killed by parent n lockf 1 0 0 解锁 exit 0 else wait mark 1 进程 p1 signal 17 stop waiting lockf 1 1 0 printf child process 1 is killed by parent n lockf 1 0 0 exit 0 返回主进程 本进程自我终止 void waiting while wait mark 0 void stop wait mark 0 运行时 从键盘输入中断信号 del 键 程序 2 进程的管道通信 include include include int pid1 pid2 main int fd 2 fd 2 用于存放管道文件的描述符 char Outpipe 100 Inpipe 100 pipe fd 创建管道 fd 0 fd 1 分别为读 写描述符 while pid1 fork 1 if pid1 0 lockf fd 1 1 0 锁定写 sprintf Outpipe child 1 process is sending message write fd 1 Outpipe 50 将 Outpipe 中的数据写入管道 sleep 5 睡眠等待 lockf fd 1 0 0 exit 0 else while pid2 fork 1 if pid2 0 lockf fd 1 1 0 sprintf Outpipe child 2 process is sending message write fd 1 Outpipe 50 sleep 5 lockf fd 1 0 0 exit 0 else wait 0 等待子进程执行 read fd 0 Inpipe 50 将 Iupipe 中的数据读入管道 printf s n Inpipe wait 0 read fd 0 Inpipe 50 printf s n Inpipe exit 0 程序 3 管道通信编程练习 main int r p1 p2 p3 fd 2 fd 2 用于存放管道文件的描述符 char buf 50 s 5 pipe fd 创建管道 fd 0 fd 1 分别为读 写描述符 while p1 fork 1 创建子进程 p1 if p1 0 在子进程 p1 中执行 lockf fd 1 1 0 锁定写 sprintf buf child process p1 is sending message n printf child process p1 n write fd 1 buf 50 将 buf 中的数据写入管道 sleep 5 睡眠等待 lockf fd 1 0 0 exit 0 else while p2 fork 1 创建子进程 p2 if p2 0 在子进程 p2 中执行 lockf fd 1 1 0 锁定写 sprintf buf child process p2 is sending message n printf child process p2 n write fd 1 buf 50 将 buf 中的数据写入管道 sleep 5 睡眠等待 lockf fd 1 0 0 释放写 exit 0 else while p3 fork 1 if p3 0 lockf fd 1 1 0 sprintf buf child process p3 is sending message n printf child process p3 n write fd 1 buf 50 sleep 5 lockf fd 1 0 0 exit 0 wait 0 等待子进程执行 if r read fd 0 s 50 1 读管道内容到 s printf can t read pipe n else printf s n s wait 0 等待另一子进程执行 if r read fd 0 s 50 1 读管道内容到 s printf can t read pipe n else printf s n s

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论