CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - message queue

搜索资源列表

  1. InterComm

    0下载:
  2. 我的一段关于Linux/Unix下重复服务器,消息队列,信号量,共享内存综合使用的代码.-on Linux / Unix server duplication, Message Queue, semaphores, shared memory integrated use of the code.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2357
    • 提供者:danis2008
  1. A_simple_chat_tool

    3下载:
  2. 一个简单的用java编写的聊天工具,用socket类处理通信部分 1. 运行server.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 8888 打开服务器 8888也可以改为任意端口号 2. 运行client.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 打开客户端 3. 主要类说明: Server.java 等待用户连接,连接后为当前用户创建ServerLi
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:27322
    • 提供者:ZX
  1. send_yb

    0下载:
  2. 消息队列异步发送端VB程序,单独可以运行-Message Queue asynchronous transmitter VB program alone can run
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:14994
    • 提供者:li liu
  1. get_yb

    0下载:
  2. 消息队列异步数据接收源代码,和前面上传的发送源代码是配套的.-Message Queue receive asynchronous data source code, and the foreground of this upload source code is met.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:14979
    • 提供者:li liu
  1. safmq.src.0.5

    0下载:
  2. 一个简单实用的开源C++消息中间件SAFMQ - [软件开发] - [开源 消息中间件 SAFMQ ] 2006-11-23 在很多网络应用中,尤其那些服务器有时不在线的应用中,将客户端的数据变更按照产生顺序同步到服务器的操作是比较复杂的。为了解决这种问题,可以采用消息中间件产品(例如Windows的MSMQ还有IBM的MQ),但是这种产品比较庞大而且花费不少,对于小规模应用而言没有必要。 SAFMQ(全称为Store and Forward Message Queue)是一
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:225446
    • 提供者:童小军
  1. ACE_MFCDevExample

    0下载:
  2. 使用 ACE 这个庞大的自适应通信环境并不是最佳的工程选择。这个例子以及其中的文档演示了如何使ACE与MFC和谐共处,解决因调用不当导致内存泄露、宽窄字符集接口等问题。 实现的例子使用ACE的Reactor 和 Task 实现了接收者-伴随处理模型,用消息队列实现了大数据包拼接,但要注意一个例程自发自收会发生阻塞, 这与使用API大不相同。ACE 太大了,很恼火。ACE 的 ACE_warppers.sln 使用VC2010进行了改变,添加了UnicodeDebug, UnicdoeRe
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-30
    • 文件大小:12347039
    • 提供者:流浪小狗
  1. SMS

    0下载:
  2. SMS系统模拟器,包括手机模拟器和短信中心服务器模拟器。 客户端软件,模拟手机通过网络socket向另一个手机用户发送短消息。 每个客户端手机用一个手机号码,用IP+端口标识,短信服务中心服务器接收短信,排队帮你转发给另一个手机用户。功能见DOC文档-SMS system simulator, including simulators and mobile message center server simulator. Client software, analog mobile phon
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-26
    • 文件大小:9333289
    • 提供者:Freddie
  1. ticksvr

    0下载:
  2. 一个通用记录软件系统日志的后台程序,采用消息队列实现,可同时记录多个系统的日志,特别适合于通信软件日志,减轻通信系统直接写日志到磁盘文件的负担,加快通信软件执行速度。-Records of a common software system log daemon, the message queue to achieve, can simultaneously record multiple systems of logs, particularly suited to communication
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-11
    • 文件大小:14593
    • 提供者:
  1. Serial

    0下载:
  2. 一个高效率高兼容的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
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:22277
    • 提供者:zhao
  1. GprsGate

    0下载:
  2. 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
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:721227
    • 提供者:文刀
  1. Msgq

    0下载:
  2. a C program that illustrates the following. a) Creating a message queue. b) Writing to a message queue. c) Reading from a message queue.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:677
    • 提供者:MPLinux
  1. tcpsrv2011001061654

    0下载:
  2. TCP通讯程序,采用消息队列处理接收的数据-TCP communication procedure for the received data message queue processing
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:36699
    • 提供者:33254
  1. code_2011529175211363

    0下载:
  2. 进程见通信,用消息队列实现的简单聊天程序-See the process of communication, implemented with a simple message queue chat program
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-05
    • 文件大小:1315
    • 提供者:kaede
  1. Message-Queue

    0下载:
  2. Message Queues implementation-Message Queues implementation
  3. 所属分类:Web Server

    • 发布日期:2017-04-04
    • 文件大小:1340
    • 提供者:MadHatter
  1. Linux--MSMQ-

    0下载:
  2. linux平台下利用系统消息队列函数自己创建消息队列程序 -linux platform system message queue functions to create a message queue program
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:7341
    • 提供者:杨船昆
  1. ACE_SEVER_POOL

    0下载:
  2. 采用ACE实现了一个通用的C/S架构通信程序,具体实现简述如下:1. 服务器端:一个采用领导者/跟随者模型的线程池不断地接受从多个客户端发来的消息,并放入一个消息队列,然后又有一个采用半同步/半异步模型的线程池不断地从这个消息队列中取出消息进行处理-I recently adopted by the ACE to achieve a common C/S architecture communication procedures, concrete realization are summari
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-14
    • 文件大小:22065640
    • 提供者:吴生
  1. msg

    0下载:
  2. msgrcv.c msgsnd.c 创建消息队列实现信息交换通信-msgrcv.c msgsnd.c create a message queue to achieve the exchange of information communication
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:1288
    • 提供者:tt
  1. The-acquisition-of-the-message-queue

    0下载:
  2. 消息队列的获得,适合初学系统编程的程序员了解信号队列的机制-The acquisition of the message queue
  3. 所属分类:Linux Network

    • 发布日期:2017-11-16
    • 文件大小:3072
    • 提供者:李力
  1. MultiThread-message-Commmunication

    0下载:
  2. 多进程间的通信,消息队列的形式,里面有很多个消息队列的例子。我收集的,用来开发。我的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
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:288532
    • 提供者:杨乐
  1. mssage-queue-to-imple_ATM

    0下载:
  2. 使用消息队列模拟实现ATM,代码主要面向学习消息队列应用,熟练消息队列,涉及到文件、进程通讯。-Use message queue analog implementation ATM, code mainly for learning application message queue, skilled message queues, file related to the process of communication.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-24
    • 文件大小:22097
    • 提供者:穆元彪
« 12 3 »
搜珍网 www.dssz.com