文件名称:the-message-communication-principles
介绍说明--下载内容均来自于网络,请自行研究使用
【实验内容】
编写一段程序,同时父进程创建两个子进程p1和p2;并使子进程p1与子进程p2通过消息队列相互发送消息(512字节)。
【实验目的】
系统了解linux系统的通信机构IPC ,掌握IPC中消息通信机制,理解消息通信的方法及特征。
【实验要求】
(1)掌握系统调用msgget()、msgsnd()、msgrev()、msgctl()的使用方法及其功能,理解消息通信原理;
(2)系统理解linux 的三种通信机制。
-Experimental Content] [write a program, while the parent process creates two child processes p1 and p2 make child process p1 and p2 child process to send messages to each other through a message queue (512 bytes). 【Purpose】 systematic understanding linux system communications agency IPC, the IPC messaging mechanism to grasp and understand the message communication methods and characteristics. [Experimental requirements] (1) master system call msgget (), msgsnd (), msgrev (), msgctl () function to use and understand the message communication principles (2) Three linux system understandable communication mechanism.
编写一段程序,同时父进程创建两个子进程p1和p2;并使子进程p1与子进程p2通过消息队列相互发送消息(512字节)。
【实验目的】
系统了解linux系统的通信机构IPC ,掌握IPC中消息通信机制,理解消息通信的方法及特征。
【实验要求】
(1)掌握系统调用msgget()、msgsnd()、msgrev()、msgctl()的使用方法及其功能,理解消息通信原理;
(2)系统理解linux 的三种通信机制。
-Experimental Content] [write a program, while the parent process creates two child processes p1 and p2 make child process p1 and p2 child process to send messages to each other through a message queue (512 bytes). 【Purpose】 systematic understanding linux system communications agency IPC, the IPC messaging mechanism to grasp and understand the message communication methods and characteristics. [Experimental requirements] (1) master system call msgget (), msgsnd (), msgrev (), msgctl () function to use and understand the message communication principles (2) Three linux system understandable communication mechanism.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
消息通信.doc