搜索资源列表
LinuxIPC进程间的通信
- Linux 操作系统提供进程间通信(IPC)机制,用来保证正在执行的进程在内核的协调下能够 共享资源、同步以及交换数据等。Linux 支持大量进程间通信机制,包括信号、等待队列、管道 以及Unix 系统V 中提供的进程间通信机制,如消息队列、信号量和共享内存。-Linux operating system to provide inter-process communication (IPC) mechanism used to ensure that the process is being
libuclinux
- uclinux线程的创建、消息队列的创建、信号量、互斥信号量、信号等的创建,采用vxworks的接口方式-Basis thread creation, message queue creation, semaphores, mutual exclusion semaphores, signals the creation, use the interface mode VxWorks
linux1
- 本程序分3个子程序,分别使用1个终端运行它们,使用下面的通信机制完成所需功能。 程序1:接受用户输入的信息,包括:help、alarm1、alarm2、quit,并将这些信息分别发送给程序2和程序3。 程序2与程序1通过消息队列1进行通信,当收到help信息后,打开帮助文件helpfile,读取其中的内容,显示出来;当收到quit后,退出程序。 程序3创建2个子进程。程序3与程序1通过消息队列2进行通信,当收到alarm1时,通过信号量1通知子进程1报警(向屏幕输出报警信
Linux_system_programming
- linux系统编程学习源码包,管道,进程,信号,信号量,内存共享,套接字,消息队列等学习包;线程池的使用,目录负责源码等;-Linux system programming learning source package, piping, process, signal, semaphores, and Shared memory, sockets, learning packages such as message queue The use of thread pool and direct