搜索资源列表
libwlei
- 自已写的源码库,包含有,日志,反应器,主动器,和一个简单的HTTP服务器!写这个库的目的,主要是为了自己的软件工程思想(合理安排资源所处的位置)! 这是很久以前写的,现在回头看看,感觉还有很多需要改进的地方!-write their own code libraries, includes, log, reactor, on the initiative, and a simple HTTP server! This was the purpose is mainly to the softwa
c_s_udp_tcp
- 基于ace和wxWidgets结合使用的c/s结构的例子,server广播后,client对server发起连接,然后server启动接收线程,并将收到的数据通过单独的线程进行处理;该代码有以下特点:wxWidgets事件循环和ace的Reactor事件循环并行处理,定时器以及读写的并行处理,udp和tcp通信的并行处理,ui线程和通信线程的并行处理;有此例子,开发跨平台跨编译器的带图形界面的c/s程序易如反掌。-wxWidgets based ace and the combined use
ACE_MFCDevExample
- 使用 ACE 这个庞大的自适应通信环境并不是最佳的工程选择。这个例子以及其中的文档演示了如何使ACE与MFC和谐共处,解决因调用不当导致内存泄露、宽窄字符集接口等问题。 实现的例子使用ACE的Reactor 和 Task 实现了接收者-伴随处理模型,用消息队列实现了大数据包拼接,但要注意一个例程自发自收会发生阻塞, 这与使用API大不相同。ACE 太大了,很恼火。ACE 的 ACE_warppers.sln 使用VC2010进行了改变,添加了UnicodeDebug, UnicdoeRe
ace-network
- 这是基于ACE开发的Reactor和Proactor模型的通讯库.在实践中已经使用。库本身支持文件的断点传输,并在实际中使用,希望给大家一个引子学习。-This is based on the ACE Reactor and Proactor model developed by the communication library has been used in practice. Breakpoint library itself supports file transfer, and in
epoll1
- 模仿ace中的Reactor模型,对epoll进行了简单封装-epoll linux
socket_event
- 高并发reactor模型框架,高并发reactor模型框架-High concurrent reactor modeling framework
s00
- 基于linux实现,反应器设计模式,一个线程处理一个对像,一个对像事件只被一个线程处理-Linux-based implementation, reactor design mode, a thread handling an object, an object was only one thread to handle events
logmsg
- 日志分析服务器,boost,reactor异步网络服务器分析方法-parse logging serve code
reactor
- C network reactor modal. use linux epoll. callback notify event.
muduo-master
- Muduo is a multithreaded C++ network library based on the reactor pattern. It runs on Linux with kernel version >= 2.6.28. http://code.google.com/p/muduo/ Copyright (c) 2010, Shuo Chen. All rights reserved. Use of this source code
chaos
- Chaos是一个基于Linux平台, reactor模式的网络事件库, 目前仅支持TCP传输协议, 仅在x86_64下编译, 并遵循3-clause BSD开源协议. 在使用上, 可以说它很像boost asio坛-boost asio
SimpleServer
- 从Java 1.7 以后NIO可以采用系统底层的Socket来实现了,大大提高了吞吐量。 相比Reactor方式,Nio2可以称为Proactor方式的实现。具体是程序避免等待而采用回调函数类。-From Java 1.7 after NIO Socket can be used to achieve the underlying system, and greatly improving the throughput. Compared to Reactor way, Nio2 may b
muduo-master
- 网络库;muduo 是基于 Reactor 模式的网络库,其核心是个事件循环 EventLoop,用于响 应计时器和 IO 事件。-Network Library
handy
- C++ 11网络库,采用 reactor 模式开发(Linux network library develop in c++11)
PEMFC
- PEMFC的simulink使用模型 包含电堆模型 氢气氧气供应系统模型,热传输模型,可进行仿真,参数可自行设置。(The simulink model of the PEMFC includes a model of a hydrogen reactor, an oxygen supply system model, and a heat transfer model that can be simulated and the parameters can be set.)