搜索资源列表
消息缓冲队列实现通信
- 一个线程通过消息队列把消息传送给其他的线程
SqlServer2005msgque
- Sql Server2005消息队列主动通知程序-Sql Server2005 message queue to inform the process
p_c.tar
- 多线程的“生产者消费者”问题的解决方案。采用消息队列缓冲技术。-Multi-threaded producer-consumer solution to the problem. The use of message queue buffer technology.
xiaoxiduilie_
- 单片机实现消息队列的例子,使得任一状态不会丢失,很好的例子-Message Queue MCU example, the state will not make any loss, good example
msg_VxWorks
- 原创:vxworks的消息队列 一个任务运行时的数据和状态怎么告诉其他任务?信号量为任务间同步和互斥提供了提供了高效的方法,但它不能携带更多的任务信息。因而需要使用更高级的通讯方式,即消息队列和管道。这节主要讲消息队列。-Original: vxworks task message queue for run-time data and how to tell the status of other tasks? Semaphore for inter-task synchronizatio
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)
MSMQ
- 这份代码完整的阐述了如何使用Windows 平台的消息队列机制进行业务处理 - MSMQ.MSMQ是非常有用的系统机制,它把业务处理进行了解耦和。-The complete code for the Windows platform describes how to use the message queue mechanism for business processes- MSMQ.MSMQ system is very useful mechanism, it decouples the
操作系统双向进程通信
- 操作系统实验进程双向通信,要求 1)创建一个消息队列用于收发双方通信包含msgget() msgsnd() msgrcv() 2)编写发送端和接收端代码基于消息队列实现双向通信 3)编译调试顺利运行并提交实验报告 4)课后要求对常见的四种进程通信方式进行调研和总结(Bidirectional communication of experimental process of operating system based on message queue)
mosquito消息队列
- mqtt协议的mosquitto消息队列windows下编程接口,自己简单封装了下接口可以直接调用(Mqtt protocol mosquitto message queue, windows programming interface, its own simple package under the interface, you can call directly)
posixMsgQueneEx2
- 基于C语言的消息队列编程,在Windows+Cygwin环境下可用(Message queuing programming)
project
- 通过消息队列为任务调度的程序框架,根据实际工程应用,封装了消息结构体,任何开发板demo中都没有的经典工程软件架构.本工程的单片机平台为STM32F103.(Through the message queue for the task scheduling process framework, according to actual engineering applications, encapsulates the message structure, any development boar
STM32-LED闪烁-消息队列
- STM32LED闪烁——消息队列,通过建立消息队列,传送3个指针型变量,触发LED灯闪烁。(By setting up a message queue, 3 pointer variables are transmitted, triggering the LED light to flicker.)
EasyBus-master
- 基于RabbitMQ消息队列的消息总线,实现了消息队列的订阅、发送及请求几种方式的消息传送(The message bus based on the RabbitMQ message queue implements several kinds of message transmission in the subscr iption, sending, and request of the message queue)
star_git-mqtt_activemq_broker-master
- 基于mqtt协议的mq消息队列的测试程序,用的是activeMQ(mqtt protocol MQ message test project, based activeMQ.)
基于共享内存的消息队列shm_ipcmsg
- 基于共享内存的消息队列shm_ipcmsg
消息队列NetMQ快速开发
- NetMQ (ZeroMQ to .Net),ZMQ号称史上最快中间件。 它对socket通信进行了封装,使得我们不需要写socket函数调用就能完成复杂的网络通信。 它跟Socket的区别是:普通的socket是端到端的(1:1的关系),而ZMQ却是可以N:M的关系,人们对BSD套接字的了解较多的是点对点的连接,点对点连接需要显式地建立连接、销毁连接、选择协议(TCP/UDP)和处理错误等,而ZMQ屏蔽了这些细节,让你的网络编程更为简单。 它是一个消息处理队列库,可在多个线程、内核和主机
MQTT消息队列收集
- 基于mosquito服务,从MQTT消息队列收集所有消息,并存储到数据库中
消息队列测试例程
- 消息队列控制范例程序,适合新手学习消息队列的通信原理