搜索资源列表
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
进程间通信
- 用消息队列实现的简单聊天程序
main7
- 嵌入式编程线程间通信 此程序中显示的是消息队列的打开以及信息的传递-Embedded programming inter-thread communication is shown in the program message queue open and information transfer
message_queue
- 基于Linux下的进程通信中的消息队列,以及相关的实现代码-Based on the process of communication under Linux message queue, and the realization of the relevant code
linux--multi-process
- 本代码是基于Linux-ubuntu,用多进程,socket、消息队列来实现多个客户端聊天的程序-This code is based on the Linux-ubuntu, multiple processes, sockets, message queues to implement multiple client chat program
msg
- S3C6410平台下的进程间通信,使用消息队列方式。-IPC using message queue for S3C6410
msg
- 创建代开一个消息队列,并从消息队列中读出消息至遇到结束字符串-Create and open a message queue, and read out a message from the message queue until the end of the string
linux1
- 本程序分3个子程序,分别使用1个终端运行它们,使用下面的通信机制完成所需功能。 程序1:接受用户输入的信息,包括:help、alarm1、alarm2、quit,并将这些信息分别发送给程序2和程序3。 程序2与程序1通过消息队列1进行通信,当收到help信息后,打开帮助文件helpfile,读取其中的内容,显示出来;当收到quit后,退出程序。 程序3创建2个子进程。程序3与程序1通过消息队列2进行通信,当收到alarm1时,通过信号量1通知子进程1报警(向屏幕输出报警信
messages
- 基于TQ2440的LINUX程序源码,消息队列演示样式-TQ2440 Linux program source code, message queue-based presentation style
ps_bat
- linux进程间通信消息队列 很好的通信实例,有助于开发人员作为文档-linux pros communication used message squeue
communications
- 在linux平台下开发的进程间通信源码,通信采用消息队列机制传输数据,具有很强的实用性-Under the inter-process communication linux-source platform development, communications message queue mechanism using data transmission, has a strong practical
VolumeControlprocess-communication
- 嵌入式系统存在进程间通信的问题,本例就是进程间通信的一种具体实现方法:消息队列-this example si for two process communication on based Liunx system
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
RTX-Operating-System-Tutoria-16
- 安富莱电子原创RTX操作系统教程,配套STM32F103和STM32F407开发板。前面几个章节主要给大家讲解了任务间的同步和资源共享机制,本章节为大家讲解任务间的通信机制消息邮箱,RTX的消息邮箱其实就是消息队列,注意和uCOS-II中的消息邮箱区分开,uCOS-II的消息邮箱只能实现一个数据的传递。这里的消息邮箱可以实现多个数据的传递。-Armfly Electronic Original RTX operating system tutorials, supporting STM32F10