搜索资源列表
GameModle
- 网络游戏通用架构, 这是基于boost和libevent写的一个程序,用于Client/Server架构的网络通信,当然服务器端可以支持多个客户端。
sock_serv.tar
- 使用libevent实现的一个tcp服务器,客户端,配置文件,以及一些传输的数据使用libxml库-Libevent achieved using a tcp server, client, configuration files, as well as some of the data transmission libxml library
libevent-1.4.12-stable.tar
- libevent提供了一组应用程序编程接口(API),让程式设计师可以设定某些事件发生时所执行的函式,也就是说,libevent可以用来取代网络服务器所使用的循环检查架构。 由于可以省去对网络的处理,且拥有不错的效能,有些软件使用libevent作为网络底层的函式库-libevent provides a set of application programming interface (API), so that programmers can set the time of the
libev-3.9.tar
- 一个高效的基于事件驱动循环的网络IO编程框架。该版本是目前最新的版本,在性能和健壮性已经超越libevent。-A full-featured and high-performance (see benchmark) event loop that is loosely modelled after libevent, but without its limitations and bugs. It is used, among others, in the GNU Virtual Privat
magent-0.6.tar
- magent 是一个简单,但非常有用的 memcached 缓存服务器的代理小程序。 主要功能: • 保持到memcached服务器的多个连接 • 支持下列memcached指令 1. get gets 2. delete 3. incr decr 4. add set replace prepend append 5. cas • 基于 libevent 的事件驱动库 • 支持 ketama 算法
libevent-1.4.14b-stable.tar
- memcach网络支持库,对学习做服务器的朋友很有帮助的-memcach network support library, learning to make friends very helpful server
libevent
- 介绍了如何在 Windows 操作系统中,利用微软 Visual Studio 2005 编译生成 Libevent 2.0.10 静态链接库,并利用 Libevent 静态链接库,实现一个简单的 HTTP Web服务器程序-Describes how the Windows operating system, using Microsoft Visual Studio 2005 compiler generates Libevent 2.0.10 static link library, an
httpd
- windows下静态编译libevent,实现一个简单的http服务器-statically compiled under windows libevent, to achieve a simple http server
Lsock_servtari
- 使用libevent实现的一个tcp服务器,客户端,配置文件件,和一些传输的数据使用libxml库,已通过测试。 -Using libevent achieve a tcp server, the client, configuration files, parts, and some of the transmission of data use libxml library has been tested.
libevent-0.9.tar
- libevent是一个异步事件处理软件函式库,以BSD许可证发布。 libevent提供了一组应用程序编程接口(API),让程式设计师可以设定某些事件发生时所执行的函式,也就是说,libevent可以用来取代网络服务器所使用的事件循环检查框架。 由于可以省去对网络的处理,且拥有不错的效能,有些软件使用libevent作为网络底层的函式库,如:memcached、Tor。 -libevent is an asynchronous event processing sof
2014-libev-4.15
- libev是libevent之后的一个事件驱动的编程框架,其接口和libevent基本类似。据官方介绍,其性能比libevent还要高,bug比libevent还少。-A full-featured and high-performance (see benchmark) event loop that is loosely modelled after libevent, but without its limitations and bugs. It is used in GNU Virtu
httpServer
- 用libevent实现的简单的http server-A simple example of http server using libevent.
LibEvent
- LibEvent开发视频服务器代码,里面有部分头文件需要替换-LibEvent development of video server code, which has some of the header files need to be replaced
fakegame
- 用 libevent 和 google protocol buffer 写了一个模拟游戏接入器,实现了网络高并发和协议的解析-a connector server with libevent and google protocol buffer
test_code
- libevent 客户端,服务端测试程序(libevent client and libevent server)
Server
- 使用libevevt 封装的 TCP服务器和客户端。(TCP server and client using libevevt encapsulation)
protocol_server_arm
- libevent 编写的server端demo(libevent the server demo)
evpp-master
- evpp是一个基于libevent开发的现代化C++11高性能网络服务器,自带TCP/UDP/HTTP等协议的异步非阻塞式的服务器和客户端库。(Evpp is a modern C++11 high performance network server based on libevent. It has asynchronous and non blocking server and client library with TCP/UDP/HTTP protocol.)
libevent_zzs
- 事件驱动( event-driven),高性能;轻量级,支持多种 I/O 多路复用技术, epoll、 poll、 dev/poll、 select 和 kqueue 等;支持 I/O,定时器和信号等事件;注册事件优先级。(Event driven (event-driven), high performance, lightweight, support a variety of I/O multiplexing technology, epoll, poll, dev/poll, selec