搜索资源列表
QueueDll
- windows2000系统消息队列编程。 本例子是一个DLL文件,具体使用说明在QueueDll.h文件中。-by Windows Message Queue System Programming. This example is a DLL files, the specific use in QueueDll.h document.
msmq通信
- 用微软的操作系统组件MSMQ消息队列编程,COM开发调用,实现网络通信-use Microsoft's operating system components MSMQ message queue programming, called COM development, communications network
pxmsg
- 基于unix/linux 的消息队列编程;库采用POSIX 可做商业源代码用-based on unix / linux the Message Queue programming; For commercial use POSIX do with the source code
messctrl
- 在进行linux服务器编程时经常要用到消息队列编程,但直接使用系统调用可能还不能实现需要.此例子演示了怎样在用内核调用操作消息队列,控制消息队列溢出,消除\"死\"消息的方法.-during regular programming to be used when the message queue programming, but the direct use of system calls may also need to achieve. this example demonstrates
net_oss
- 这是一个模拟电信计费的程序,非常详细,运用了线程池、消息队列和socket编程等技术。-This is a simulation of telecommunications billing procedures, very detailed, using the thread pool, Message Queue and socket programming technology.
UseMSMQ
- CSharp编程,数据库编程,消息队列使用-CSharp programming, database programming, the use of Message Queue
Windows-API-progarm-message-queue
- 使用Windows API编程方式,来实现处理Windows消息队列的功能。
task
- 练习并掌握多任务实时操作系统下Task 调度、Task 间主要通信手段(信号量、消息队列等)、RISC 处理器 I/O 端口控制等内容,并形成嵌入式实时应用软件的良好编程习惯。创建多Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有Message Queue 接收消息;Task 间消息通信通过向对方私有MessageQueue 发送消息完成。 Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量的semFlush(
Msmq
- 介绍了MSMQ的基本编程(如存储和接收消息)和基本的管理功能(如创建和删除队列)。虽然使用.Net API来是非常方便和简单的,但是在实际的MSMQ项目中,需要了解消息队列作为架构的概念。通过使用MSMQ,系统会更加松散耦合,因此更加自治(autonomous)。需要注意的是:消息仅仅是消息,而不是内部的业务对象。因此,在设计新的分布式应用程序时,建议遵守面向服务架构(Service-Oriented Architecture)的基本思想:通过显式定义边界、创建自治服务,让MSMQ来负责交互部分
mesg
- Unix环境下的消息队列编程库。-Unix environments, the Message Queue programming library.
MessageQueue
- windows消息队列编程例子。本程序是一个windows服务,在服务里调用消息队列数据-programming example windows message queue. This program is a windows service, the service call message queue where the data
mq
- linux中消息队列编程具体用法实例,有助于初学者的学习-specific usage of an instance of the message queue programming, in linux helpful for beginners learning
msg_queue
- 基于消息队列的一个简单C聊天程序,通过这个简单的程序,可以让我们对消息队列编程有更清晰的理解!-Based on a simple message queue C chat program, through this simple program that allows our message queue programming a clearer understanding!
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)
ghe
- Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列(Windows programs running principle and programming process, process window, the handle principle, message queue)
ipcMsg
- 非常好用的消息队列使用案例,使用与linux多进程通讯(message queue usage case)
hnterface
- C source code 简单的C下C消息队列的接口封装(C source code under the simple C C interface encapsulation of the message queue)
HHVJN
- 使用消息队列的例子,用于新学习消息队列示范,可以能用()
消息队列NetMQ快速开发
- NetMQ (ZeroMQ to .Net),ZMQ号称史上最快中间件。 它对socket通信进行了封装,使得我们不需要写socket函数调用就能完成复杂的网络通信。 它跟Socket的区别是:普通的socket是端到端的(1:1的关系),而ZMQ却是可以N:M的关系,人们对BSD套接字的了解较多的是点对点的连接,点对点连接需要显式地建立连接、销毁连接、选择协议(TCP/UDP)和处理错误等,而ZMQ屏蔽了这些细节,让你的网络编程更为简单。 它是一个消息处理队列库,可在多个线程、内核和主机