搜索资源列表
libevent-1.1a.tar
- libevent API 提供了一种机制:当一个特殊事件在一个文件描述符上发生或者一个事 先设定的时间到达的时候执行一个callback 函数,另外,callback 也支持由信号或者规则的 timeout 引发的callback.-libevent API provides a mechanism for : When a special event in a file descr iptors occurred or a p
libevent-1.0e
- 跨平台的最高效的c语言IO事件框架,windows平台下功能稍弱-cross-platform of the most effective language IO c incident fr a mework, windows platform functionality supporters
libevent-1.1a.tar
- libevent API 提供了一种机制:当一个特殊事件在一个文件描述符上发生或者一个事 先设定的时间到达的时候执行一个callback 函数,另外,callback 也支持由信号或者规则的 timeout 引发的callback.-libevent API provides a mechanism for : When a special event in a file descr iptors occurred or a p
GameModle
- 网络游戏通用架构, 这是基于boost和libevent写的一个程序,用于Client/Server架构的网络通信,当然服务器端可以支持多个客户端。-General structure of online games, which is based on the boost and libevent to write a procedure for the Client/Server architecture of the netw
libevent-1.4.12-stable.tar
- libevent提供了一组应用程序编程接口(API),让程式设计师可以设定某些事件发生时所执行的函式,也就是说,libevent可以用来取代网络服务器所使用的循环检查架构。 由于可以省去对网络的处理,且拥有不错的效能,有些软件使用libevent作为网络底层的函式库-libevent provides a set of application programming interface (API), so that progr
libevent-1.4.9-stable.tar
- libevent 最新稳定版本,从官方网站下载-libevent the latest stable version, from the official website
libevent-1.4.7-stable-iocp-1
- 鼎鼎大名的、高性能、大并发的跨平台网络库libevent库的windows iocp版本;-The famous, high-performance, large concurrent cross-platform network library libevent library windows iocp version
libevent
- libevent源码分析,具体的一般实现-libevent
epoll-libevent-proxy
- 分别使用epoll、libevent实现的端口映射程序,学习epoll,libevent的好资料-Respectively, using epoll, libevent port mapping procedures to achieve, learning epoll, libevent good information ...
libevent-1.4.13-stable.tar
- 跨平台网络库libevent库最新稳定版本的源码,可以用来学习IOCP等网络编程。-libevent is an asynchronous event library. The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descr iptor or after a time
libevent-1.4.4-iocp-3
- libevent 网络服务开发包,用于开发C/S架构小型服务。-libevent Web services development package for the development of C/S structure of small services.
libevent-2.0.10-stable.tar
- The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descr iptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or
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
libevent-2.0.14-stable.tar
- libevent是一个事件触发的网络库,内部使用select、epoll、kqueue等系统调用管理事件机制。-libevent is an event triggered by the network library, which uses select, epoll, kqueue mechanism for event management such as system calls.
libevent-2.0.15
- Libevent2的最新源代码 对网络编程有帮助-the newest version og libevent, a high performance network library
libevent
- libevent_core,libevent_extras,libevent
libevent-1.4.14b-stable.tar
- libevent-1.4.14b-stable.tar
libevent
- 开源库,libevent,轻便功能却很强大。支持Linux和windows平台。(The open source library, libevent, is very powerful. Support the Linux and windows platforms.)
libevent
- libevent, Asynchronous network fr a mework, descr iption
libevent
- Libevent 是一个用C语言编写的、轻量级的开源高性能事件通知库,主要有以下几个亮点:事件驱动( event-driven),高性能;轻量级,专注于网络,不如 ACE 那么臃肿庞大;源代码相当精炼、易读;跨平台,支持 Windows、 Linux、 *BSD 和 Mac Os;支持多种 I/O 多路复用技术, epoll、 poll、 dev/poll、 select 和 kqueue 等;支持 I/O,定时器和信号等事件;注册事件