搜索资源列表
用消息队列实现Client和Server间的通信
- 用消息队列实现Client和Server间的通信-used to achieve Message Queue Server and Client Communications between the
操作系统课程设计多级反馈队列
- 这是我做的一个操作系统的课程设计,是一个多极反馈队列的模拟,动态的模拟-This is what I am doing an operating system of curriculum design, is a multi-polar feedback cohort simulation, dynamic simulation
linux_IPC
- linux 的进程通信的3种方式 共享内存 消息队列 管道方式实现的实例。有注释!-linux process of three kinds of ways to communicate a shared memory message queue pipeline approach to achieve a simple example.
unix_msg
- 使用消息队列的例子 -The example for using message q
slmesg
- UNIX/LINUX下自编的消息队列程序-UNIX/LINUX own under the procedures of the message queue
ipc
- 在linux下利用消息队列实现简单的聊天程序-In linux message queue implementation using a simple chat program
ipc
- Linux进程间通信小例子,包括管道,命名管道,信号,共享内存,消息队列等-Linux small example of the process of communication, including pipes, named pipes, signals, shared memory, message queues, etc.
message_queue
- linux下posix标准的消息队列实现进程间通信-message queue
Msg
- send为发送端,rec为接收端,消息队列实现进程通信。-send to sender, rec for the receiving end, the message queue to achieve the process of communication.
chapter14
- 使用消息缓冲队列实现client和server里程之间的通信。-The use of message buffer queue length to achieve client and server communications.
CycQueue
- 循环缓冲队列 ,常用于数据的采集等。比如生产者-消费者模式。-Circular buffer queue, commonly used in data collection and so on. For example the producer- consumer model.
ipc
- linux进程间通讯,包括管道、消息队列、信号量通讯。-linux inter-process communication, including pipes, message queues, semaphores communications.
msg.tar
- linux消息队列通信的client和server代码-linux message queue communication of client and server code
linux-msgqueue-test
- LINUX下通过消息队列的方式在进程中传递消息。-LINUX under way through the message queue for messages in the process.
MSG
- Linux下用消息队列写的一个聊天程序(原创经典,可直接使用)-Linux, with the message queue to write a chat program (the original classic, can be used directly)
code
- 这是一个linux下的进程间通信,管道机制、消息缓冲队列、和共享内存机制进行进程间的通信等等。-This is an inter-process communication under linux, pipe mechanism, the message buffer queues, and shared memory mechanism for inter-process communication and so on.
操作系统双向进程通信
- 操作系统实验进程双向通信,要求 1)创建一个消息队列用于收发双方通信包含msgget() msgsnd() msgrcv() 2)编写发送端和接收端代码基于消息队列实现双向通信 3)编译调试顺利运行并提交实验报告 4)课后要求对常见的四种进程通信方式进行调研和总结(Bidirectional communication of experimental process of operating system based on message queue)
posixMsgQueneEx2
- 基于C语言的消息队列编程,在Windows+Cygwin环境下可用(Message queuing programming)
21twenty-one
- 实现队列的相关操作,入队,出队,实际应用中用的都是循环队列。(The relevant operation, queue enqueue, dequeue, practical applications are used in the circular queue.)
基于共享内存的消息队列shm_ipcmsg
- 基于共享内存的消息队列shm_ipcmsg