搜索资源列表
epoll-libevent-proxy
- 分别使用epoll、libevent实现的端口映射程序,学习epoll,libevent的好资料-Respectively, using epoll, libevent port mapping procedures to achieve, learning epoll, libevent good information ...
dnsscan-1.0
- DNS扫描器,使用异步事件库libevent实现-DNS scanner, using an asynchronous event library libevent implementation
libevent-2.0.4-alpha
- 开源的网络事件引擎,主要用于网络事件触发与通知。可用作事件中间件。在linux下应用比较广泛,apache等产品底层都使用此代码。-Open-source network events engine, the main trigger for network events and notifications. Middleware can be used as the incident. Used widely in the under
linvo_httpd
- linux下用C写的一个简陋的http服务demo,使用了libevent库-under linux using C to write a rough http service demo, use the libevent library
drm_server1.1
- 基于linux libevent的消息中间件服务程序 包含内存池、线程池等 支持5万以上的用户连接-Linux libevent-based message middleware service program contains the memory pool, thread pool and other support to more than 50,000 user connections
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.10-stable-cmake
- libevent 2 cmake版 libevent是一个事件触发的网络库,适用于windows、linux、bsd等多种平台,内部使用select、epoll、kqueue等系统调用管理事件机制。著名分布式缓存软件memcached也是libevent based,而且libevent在使用上可以做到跨平台,而且根据libevent官方网站上公布的数据统计,似乎也有着非凡的性能。-libevent is an event
lua_event
- lua_event库是libevent库在lua的封装,支持多种事件,多种特性。(async DNS, HTTP, RPC...)-lua_event library libevent library in Lua package to support a variety of events, a variety of features. (The async the DNS, HTTP, the RPC ...)
demoLibevent
- it have sample code for using the libevent library. should be helpful for beginners
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-2.0.19-stable
- libevent2 源代码学习内容很多,可以结合闻到文档学习-libevent2 source code a lot of learning content can be combined with the smell to document learning
libevent-2.0.16
- 编译库代码,编译脚本会判断OS支持哪种类型的事件机制(select、epoll或kqueue),然后条件编译相应代码,供上层使用的接口仍然是保持统一的(否则也不能所谓的跨平台了)。-Compiler library code, compile the scr ipt determines OS support what type of event mechanism (select, epoll or kqueue) condition
fasthttpd
- websever,初学,公供学习测试用。-a simple websever based libevent
memcached-master
- 使用libevent的一个很好的例子,对学习libevent非常有用。于此同时也是WEB使用非常广泛的一个缓存工具。-Use a good example for libevent, libevent is very useful for learning. At the same time also very widely used in a WEB caching tools.
tcp_client_socket_libevent
- TCP Client Socket Libevent Source Code for Linux.
libevent-2.0.21-stable
- libevent是一个事件触发的网络库 ,适用于windows、linux、bsd等多种平台,内部使用select、epoll、kqueue等系统调用管理事件机制-The libevent API provides a mechanism to a callback function when a specific event occurs on a file descr iptor or after a timeout has b
libevent
- libevent_core,libevent_extras,libevent
test_code
- libevent 客户端,服务端测试程序(libevent client and libevent server)
protocol_server_arm
- libevent 编写的server端demo(libevent the server demo)