搜索资源列表
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 achie
mesg
- Unix环境下的消息队列编程库。-Unix environments, the Message Queue programming library.
《Windows核心编程(第四版)》中文版.rar
- 目 录 译者序 前言 第一部分 程序员必读 第1章 对程序错误的处理 1 1.1 定义自己的错误代码 4 1.2 ErrorShow示例应用程序 5 第2章 Unicode 11 2.1 字符集 11 2.1.1 单字节与双字节字符集 11 2.1.2 Unicode:宽字节字符集 12 2.2 为什么使用Unicode 13 2.3 Windows 2000与Unicode 13 2.4 Windows 98与Unicode 13
QueueDll
- windows2000系统消息队列编程。 本例子是一个DLL文件,具体使用说明在QueueDll.h文件中。-by Windows Message Queue System Programming. This example is a DLL files, the specific use in QueueDll.h document.
mesg
- Unix环境下的消息队列编程库。-Unix environments, the Message Queue programming library.
libuclinux
- uclinux线程的创建、消息队列的创建、信号量、互斥信号量、信号等的创建,采用vxworks的接口方式-Basis thread creation, message queue creation, semaphores, mutual exclusion semaphores, signals the creation, use the interface mode VxWorks
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
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消息队列的功能。-The use of Windows API programming approach to deal with Windows message queue realize functions.
Msmq
- 介绍了MSMQ的基本编程(如存储和接收消息)和基本的管理功能(如创建和删除队列)。虽然使用.Net API来是非常方便和简单的,但是在实际的MSMQ项目中,需要了解消息队列作为架构的概念。通过使用MSMQ,系统会更加松散耦合,因此更加自治(autonomous)。需要注意的是:消息仅仅是消息,而不是内部的业务对象。因此,在设计新的分布式应用程序时,建议遵守面向服务架构(Service-Oriented Architecture)的基本思
MessageQueue
- windows消息队列编程例子。本程序是一个windows服务,在服务里调用消息队列数据-programming example windows message queue. This program is a windows service, the service call message queue where the data
mosquito消息队列
- mqtt协议的mosquitto消息队列windows下编程接口,自己简单封装了下接口可以直接调用(Mqtt protocol mosquitto message queue, windows programming interface, its own simple package under the interface, you can call directly)
消息队列编程
- 消息队列编程:fork多线程;posixmsg消息队列
posixMsgQueneEx2
- 基于C语言的消息队列编程,在Windows+Cygwin环境下可用(Message queuing programming)