CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - libevent server

搜索资源列表

  1. GameModle

    1下载:
  2. 网络游戏通用架构, 这是基于boost和libevent写的一个程序,用于Client/Server架构的网络通信,当然服务器端可以支持多个客户端。
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:1.25mb
    • 提供者:中明
  1. sock_serv.tar

    0下载:
  2. 使用libevent实现的一个tcp服务器,客户端,配置文件,以及一些传输的数据使用libxml库-Libevent achieved using a tcp server, client, configuration files, as well as some of the data transmission libxml library
  3. 所属分类:Linux Network

    • 发布日期:2017-04-24
    • 文件大小:374kb
    • 提供者:yunlong
  1. libevent-1.4.12-stable.tar

    0下载:
  2. libevent提供了一组应用程序编程接口(API),让程式设计师可以设定某些事件发生时所执行的函式,也就是说,libevent可以用来取代网络服务器所使用的循环检查架构。 由于可以省去对网络的处理,且拥有不错的效能,有些软件使用libevent作为网络底层的函式库-libevent provides a set of application programming interface (API), so that programmers can set the time of the
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-23
    • 文件大小:487.56kb
    • 提供者:guoxiaolin
  1. libev-3.9.tar

    0下载:
  2. 一个高效的基于事件驱动循环的网络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
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:461.97kb
    • 提供者:张涛
  1. magent-0.6.tar

    1下载:
  2. magent 是一个简单,但非常有用的 memcached 缓存服务器的代理小程序。 主要功能: • 保持到memcached服务器的多个连接 • 支持下列memcached指令 1. get gets 2. delete 3. incr decr 4. add set replace prepend append 5. cas • 基于 libevent 的事件驱动库 • 支持 ketama 算法
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:16.85kb
    • 提供者:zzw
  1. libevent-1.4.14b-stable.tar

    0下载:
  2. memcach网络支持库,对学习做服务器的朋友很有帮助的-memcach network support library, learning to make friends very helpful server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:463.74kb
    • 提供者:hanyilok
  1. libevent

    0下载:
  2. 介绍了如何在 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
  3. 所属分类:Web Server

    • 发布日期:2017-04-09
    • 文件大小:1.32mb
    • 提供者:赵莉
  1. httpd

    0下载:
  2. windows下静态编译libevent,实现一个简单的http服务器-statically compiled under windows libevent, to achieve a simple http server
  3. 所属分类:Web Server

    • 发布日期:2017-05-15
    • 文件大小:3.5mb
    • 提供者:youxi
  1. Lsock_servtari

    0下载:
  2. 使用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.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-16
    • 文件大小:363.24kb
    • 提供者:tiebos
  1. libevent-0.9.tar

    0下载:
  2. libevent是一个异步事件处理软件函式库,以BSD许可证发布。 libevent提供了一组应用程序编程接口(API),让程式设计师可以设定某些事件发生时所执行的函式,也就是说,libevent可以用来取代网络服务器所使用的事件循环检查框架。 由于可以省去对网络的处理,且拥有不错的效能,有些软件使用libevent作为网络底层的函式库,如:memcached、Tor。 -libevent is an asynchronous event processing sof
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-12
    • 文件大小:96.11kb
    • 提供者:诸葛神来
  1. 2014-libev-4.15

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

    • 发布日期:2017-04-26
    • 文件大小:470.19kb
    • 提供者:Angel_Siter
  1. httpServer

    0下载:
  2. 用libevent实现的简单的http server-A simple example of http server using libevent.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1.43kb
    • 提供者:李跃
  1. LibEvent

    0下载:
  2. LibEvent开发视频服务器代码,里面有部分头文件需要替换-LibEvent development of video server code, which has some of the header files need to be replaced
  3. 所属分类:Linux Network

    • 发布日期:2017-05-14
    • 文件大小:3.12mb
    • 提供者:houhao
  1. fakegame

    0下载:
  2. 用 libevent 和 google protocol buffer 写了一个模拟游戏接入器,实现了网络高并发和协议的解析-a connector server with libevent and google protocol buffer
  3. 所属分类:Linux Network

    • 发布日期:2017-05-05
    • 文件大小:24.73kb
    • 提供者:蔡贞标
  1. test_code

    0下载:
  2. libevent 客户端,服务端测试程序(libevent client and libevent server)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-26
    • 文件大小:3kb
    • 提供者:林悟空
  1. Server

    0下载:
  2. 使用libevevt 封装的 TCP服务器和客户端。(TCP server and client using libevevt encapsulation)
  3. 所属分类:网络

  1. protocol_server_arm

    0下载:
  2. libevent 编写的server端demo(libevent the server demo)
  3. 所属分类:网络编程

    • 发布日期:2017-12-27
    • 文件大小:67kb
    • 提供者:sssbbbb
  1. evpp-master

    0下载:
  2. 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.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-05
    • 文件大小:922kb
    • 提供者:执笔相思
  1. libevent_zzs

    0下载:
  2. 事件驱动( 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
  3. 所属分类:Windows编程

    • 发布日期:2018-01-06
    • 文件大小:31.09mb
    • 提供者:johnsen
搜珍网 www.dssz.com