Welcome![Sign In][Sign Up]
Location:
Search - message queue

Search list

[Linux-Unixmsgq

Description: 这是一个关于用消息队列进行通信的小程序源码,makefile是在sco下的,如果在linux下可能要加socket的链接库-This is a message queue on the use of small communications procedures source, makefile in the sco, if under Linux may have to increase the socket libraries
Platform: | Size: 1024 | Author: tch | Hits:

[DSP programucos_message

Description: 该代码采用c5400dsp的汇编语言和c语言实现ucos操作系统,并在操作系统之上实现一个消息队列,实现消息的发送于接收。-c5400dsp of assembly language and c CENTER language operating system and the operating system is implemented on top of a message queue, to achieve the sender to receiver.
Platform: | Size: 116736 | Author: 杨健 | Hits:

[Internet-Networkmsmq

Description: 在.Net环境下C#编写的Windows Message Queue程序,VS2003调试通过: (1)先安装Message Queuing Services 通过Control Panel,“Add/Remove Programs” – “Add/Remove Windows Components”步骤安装MSMQ。 (2)配置MSMQ 打开Computer Management – Message Queuing,在Private Queues下创建MSMQDemo队列 (3)运行本程序-In. Net environments C# Prepared Windows Message Queue procedures, VS2003 debugging through: (1) to install Message Queuing Services through Control Panel, Add/Remove Programs - Add/Remove Windows Components steps to install MSMQ. (2) configure MSMQ to open Computer Management- Message Queuing, created under the Private Queues in MSMQDemo Queue (3) run the program
Platform: | Size: 51200 | Author: andy.liu | Hits:

[Windows DevelopWindows-API-progarm-message-queue

Description: 使用Windows API编程方式,来实现处理Windows消息队列的功能。-The use of Windows API programming approach to deal with Windows message queue realize functions.
Platform: | Size: 23552 | Author: 王志慧 | Hits:

[Internet-Networksafmq.src.0.5

Description: 一个简单实用的开源C++消息中间件SAFMQ - [软件开发] - [开源 消息中间件 SAFMQ ] 2006-11-23 在很多网络应用中,尤其那些服务器有时不在线的应用中,将客户端的数据变更按照产生顺序同步到服务器的操作是比较复杂的。为了解决这种问题,可以采用消息中间件产品(例如Windows的MSMQ还有IBM的MQ),但是这种产品比较庞大而且花费不少,对于小规模应用而言没有必要。 SAFMQ(全称为Store and Forward Message Queue)是一个简单的消息中间件,采用C++编写,采用Apache授权机制。截至2006年11月SAFMQ的的版本为0.5.2,发布于2006年9月。目前版本具有如下的功能: 1. 提供多队列、多优先级的消息转发服务。 2. 支持文本、二进制的消息类型。 3. 支持转发功能,即多个消息中间件之间的消息转发。 4. 支持事务操作 5. 支持Java、PHP客户端 6. 支持SSL加密 7. 支持用户权限 8. 支持对消息的标记 9. 支持TTL(Time To Live)时间戳
Platform: | Size: 225280 | Author: 童小军 | Hits:

[Windows DevelopMsmqTool

Description: A utility for Microsoft Message Queue (MSMQ)
Platform: | Size: 46080 | Author: driver | Hits:

[CSharpMessageQ

Description: windows message queue应用范例-Application examples of windows message queue
Platform: | Size: 16384 | Author: 蓝苹 | Hits:

[uCOSucos_ex2

Description: ucos移植到44b0的示例程序,ads1.2开发环境,介绍了ucos中消息队列的使用方法~-ucos transplant procedures 44b0 example, ads1.2 development environment, introduced in the message queue ucos use ~
Platform: | Size: 236544 | Author: 向北 | Hits:

[Linux-Unixipc

Description: Linux IPC (message queue, pipe, sharememory, semaphore, signal and socket) examples
Platform: | Size: 718848 | Author: Ricky | Hits:

[JSP820-0533

Description: Sun Java™ System, Message Queue 3 技术概述-Sun Java™ System, Message Queue 3
Platform: | Size: 1467392 | Author: Kiukon | Hits:

[uCOSUCOS-Q

Description: 在UC/OS-II上调用消息队列函数对消息队列进行编程-In the UC/OS-II on the function of call message queue message queue programming
Platform: | Size: 3100672 | Author: 李小芸 | Hits:

[JSP/Javasun-jms

Description: jms资料 Message Queue 3 技术概述-Message Queue 3 information jms Technical Overview
Platform: | Size: 1476608 | Author: 石志军 | Hits:

[Linux-UnixMessageQueues.tar

Description: Simple example of implementation of Message Queue.
Platform: | Size: 1024 | Author: Matrix | Hits:

[Other Embeded programex1

Description: 1. 创建多 Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有 Message Queue 接收消息;Task 间消息通信通过向对方私有Message Queue 发送消息完 成。 2. Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量的 semFlush()完成。同时接收各Task 的告警信息,并负责系统结束时的Task 删除处理。 3. Task2:激励Task。利用taskDelay()完成周期地向Task3、Task4 发送激励消息。 4. Task3:Sender Task。接收Task2 的激励消息,并向Task4 发送消息。 5. Task4:Receiver Task。接收Task2、Task3 的消息,在接收到Task3 消息后,向Task3 回 复消息。 6. 以上 Task 的调试信息及工作状态信息通过logmsg 输出。 -1.Create several tasks and Create private Message Queue for each task. 2.Task1:Manage other tasks.Syncronize other tasks and use semFlush() to complish it.Then receive warning message from other tasks and delete them when the system is runing over. 3.Task2:Driver task.Use taskDelay() to send driving message to Task3 and Task4 periodicly. 4.Task3:Sender Task.Receive driving message from Task2 and send message to Task4. 5.Task4:Receiver Task.Receive message from Task2 and Task3,then send ACK message to Task3 when it have received the message form Task3. 6. Use logMsg() to output the debug message and working status message.
Platform: | Size: 1300480 | Author: 李晓平 | Hits:

[Other Embeded programdemo

Description: 1. 创建多 Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有Message Queue 接收消息;Task 间消息通信通过向对方私有Message Queue 发送消息完 成。 2. Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量的semFlush()完成。同时接收各Task 的告警信息,并负责系统结束时的Task 删除处理。 3. Task2:激励Task。利用taskDelay()完成周期地向Task3、Task4 发送激励消息。 4. Task3:Sender Task。接收Task2 的激励消息,并向Task4 发送消息。 5. Task4:Receiver Task。接收Task2、Task3 的消息,在接收到Task3 消息后,向Task3 回复消息。 6. 以上 Task 的调试信息及工作状态信息通过logmsg 输出。 -1. Create Multi-Task, for each Task to create private Message Queue, for each Task is only through their own private Message Queue to receive messages Task inter-messaging each other through private Message Queue to send the message End Cheng. 2. Task1: Management Task. Synchronous system is responsible for system startup, the startup of other Task synchronization using semaphores of semFlush () to complete. At the same time to receive and Task of the warning information, and is responsible for the system at the end of Task delete processing. 3. Task2: Incentive Task. The use of taskDelay () complete cycle to Task3, Task4 incentive to send the message. 4. Task3: Sender Task. Task2 incentive to receive messages, send messages to the Task4. 5. Task4: Receiver Task. Receive Task2, Task3 news, in the received message Task3 to Task3 reply message. 6. The above Task debugging information and working status information through the logmsg output.
Platform: | Size: 1024 | Author: 玛萨其 | Hits:

[uCOSxiaoxiduilian

Description: 解决软件开发中常见的消息队列就餐问题,很好用的程序,希望对你有开发有帮助,UCOS下开发的。-To solve common software development problems Message Queue dining, good use of the program, want to help you develop, UCOS under development.
Platform: | Size: 2048 | Author: 王宝 | Hits:

[Linux-UnixMessageQueue

Description: linux下消息队列的C语言封装,以及示例代码。用于进程间和线程间通信。-Provide C-language package of message queue under linux as well as sample code. This package is used for inter-process communication.
Platform: | Size: 10240 | Author: vividonly | Hits:

[Linux-UnixMESSAGE

Description: Linux操作系统下的消息队列的定义和使用,具体消息队列的操作等相关信息。-Linux operating system message queue definition and use of, the specific message queue operations and other related information.
Platform: | Size: 12288 | Author: suwei | Hits:

[Windows Developmessage-queue

Description: This program utilises the message queue in order to implement the merge sort program. The client sends the numbers in a batch and the server receives it. The server sorts the numbers of the batch and finally merges the batches.
Platform: | Size: 1024 | Author: Rambi | Hits:

[OS programMessage-Queue

Description: 建立並讀取 Message Queue 範例碼 -Message Queue to create and read the sample code
Platform: | Size: 11264 | Author: andy | Hits:
« 12 3 4 5 6 7 8 9 10 ... 27 »

CodeBus www.codebus.net