搜索资源列表
InterComm
- 我的一段关于Linux/Unix下重复服务器,消息队列,信号量,共享内存综合使用的代码.-on Linux / Unix server duplication, Message Queue, semaphores, shared memory integrated use of the code.
A_simple_chat_tool
- 一个简单的用java编写的聊天工具,用socket类处理通信部分 1. 运行server.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 8888 打开服务器 8888也可以改为任意端口号 2. 运行client.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 打开客户端 3. 主要类说明: Server.java 等待用户连接,连接后为当前用户创建ServerLi
send_yb
- 消息队列异步发送端VB程序,单独可以运行-Message Queue asynchronous transmitter VB program alone can run
get_yb
- 消息队列异步数据接收源代码,和前面上传的发送源代码是配套的.-Message Queue receive asynchronous data source code, and the foreground of this upload source code is met.
safmq.src.0.5
- 一个简单实用的开源C++消息中间件SAFMQ - [软件开发] - [开源 消息中间件 SAFMQ ] 2006-11-23 在很多网络应用中,尤其那些服务器有时不在线的应用中,将客户端的数据变更按照产生顺序同步到服务器的操作是比较复杂的。为了解决这种问题,可以采用消息中间件产品(例如Windows的MSMQ还有IBM的MQ),但是这种产品比较庞大而且花费不少,对于小规模应用而言没有必要。 SAFMQ(全称为Store and Forward Message Queue)是一
ACE_MFCDevExample
- 使用 ACE 这个庞大的自适应通信环境并不是最佳的工程选择。这个例子以及其中的文档演示了如何使ACE与MFC和谐共处,解决因调用不当导致内存泄露、宽窄字符集接口等问题。 实现的例子使用ACE的Reactor 和 Task 实现了接收者-伴随处理模型,用消息队列实现了大数据包拼接,但要注意一个例程自发自收会发生阻塞, 这与使用API大不相同。ACE 太大了,很恼火。ACE 的 ACE_warppers.sln 使用VC2010进行了改变,添加了UnicodeDebug, UnicdoeRe
SMS
- SMS系统模拟器,包括手机模拟器和短信中心服务器模拟器。 客户端软件,模拟手机通过网络socket向另一个手机用户发送短消息。 每个客户端手机用一个手机号码,用IP+端口标识,短信服务中心服务器接收短信,排队帮你转发给另一个手机用户。功能见DOC文档-SMS system simulator, including simulators and mobile message center server simulator. Client software, analog mobile phon
ticksvr
- 一个通用记录软件系统日志的后台程序,采用消息队列实现,可同时记录多个系统的日志,特别适合于通信软件日志,减轻通信系统直接写日志到磁盘文件的负担,加快通信软件执行速度。-Records of a common software system log daemon, the message queue to achieve, can simultaneously record multiple systems of logs, particularly suited to communication
Serial
- 一个高效率高兼容的VC 串口代码,比使用控件效率提高很多。简单易用-CSerialEx- Win32 message-based wrapper for serial communications A lot of MS-Windows GUI based programs use a central message loop, so the application cannot block to wait for objects. This make serial communica
GprsGate
- GPRS网关,通过MQ消息队列实现内部通讯,通过完成端口接收外部连接,程序内部自定义消息格式,自定义内部线程间消息队列-GPRS gateway, through the MQ Message Queuing internal communications, by completing the port receives external connection, the program inside a custom message formats, custom internal messag
Msgq
- a C program that illustrates the following. a) Creating a message queue. b) Writing to a message queue. c) Reading from a message queue.
tcpsrv2011001061654
- TCP通讯程序,采用消息队列处理接收的数据-TCP communication procedure for the received data message queue processing
code_2011529175211363
- 进程见通信,用消息队列实现的简单聊天程序-See the process of communication, implemented with a simple message queue chat program
Message-Queue
- Message Queues implementation-Message Queues implementation
Linux--MSMQ-
- linux平台下利用系统消息队列函数自己创建消息队列程序 -linux platform system message queue functions to create a message queue program
ACE_SEVER_POOL
- 采用ACE实现了一个通用的C/S架构通信程序,具体实现简述如下:1. 服务器端:一个采用领导者/跟随者模型的线程池不断地接受从多个客户端发来的消息,并放入一个消息队列,然后又有一个采用半同步/半异步模型的线程池不断地从这个消息队列中取出消息进行处理-I recently adopted by the ACE to achieve a common C/S architecture communication procedures, concrete realization are summari
msg
- msgrcv.c msgsnd.c 创建消息队列实现信息交换通信-msgrcv.c msgsnd.c create a message queue to achieve the exchange of information communication
The-acquisition-of-the-message-queue
- 消息队列的获得,适合初学系统编程的程序员了解信号队列的机制-The acquisition of the message queue
MultiThread-message-Commmunication
- 多进程间的通信,消息队列的形式,里面有很多个消息队列的例子。我收集的,用来开发。我的QQ 359559774-More inter-process communication, message queues form, there are many examples of a message queue. I have collected, to develop. My QQ 359559774
mssage-queue-to-imple_ATM
- 使用消息队列模拟实现ATM,代码主要面向学习消息队列应用,熟练消息队列,涉及到文件、进程通讯。-Use message queue analog implementation ATM, code mainly for learning application message queue, skilled message queues, file related to the process of communication.