CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - libevent

搜索资源列表

  1. libevent-2.0.15

    0下载:
  2. Libevent2的最新源代码 对网络编程有帮助-the newest version og libevent, a high performance network library
  3. 所属分类:Linux Network

    • 发布日期:2017-05-26
    • 文件大小:8.32mb
    • 提供者:肖海
  1. libevent-1.4.7-stable-iocp-1

    0下载:
  2. 鼎鼎大名的、高性能、大并发的跨平台网络库libevent库的windows iocp版本;-The famous, high-performance, large concurrent cross-platform network library libevent library windows iocp version
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-25
    • 文件大小:628.41kb
    • 提供者:ligs
  1. drm_server1.1

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

    • 发布日期:2017-05-26
    • 文件大小:9.24mb
    • 提供者:jc
  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. epoll-libevent-proxy

    0下载:
  2. 分别使用epoll、libevent实现的端口映射程序,学习epoll,libevent的好资料-Respectively, using epoll, libevent port mapping procedures to achieve, learning epoll, libevent good information ...
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:23.07kb
    • 提供者:xwolf
  1. libeventthreadpool

    0下载:
  2. libevent异步实例以及线程池的应用-libevent asynchronous examples and the application of a thread pool
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:20.51kb
    • 提供者:dupeng
  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. libevent-1.4.13-stable.tar

    0下载:
  2. 跨平台网络库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 timeout has been reached.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-23
    • 文件大小:487.89kb
    • 提供者:wf
  1. libevent

    0下载:
  2. 一款事件驱动的网络开发包 由于采用 c 语言开发 体积小巧,跨平台,速度极快。-A event-driven web development using c language development package as small size, cross-platform, fast.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:450.33kb
    • 提供者:古金
  1. libevent-1.4.4-iocp-3

    0下载:
  2. libevent 网络服务开发包,用于开发C/S架构小型服务。-libevent Web services development package for the development of C/S structure of small services.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:274.91kb
    • 提供者:hyh
  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. libevent-2.0.10-stable-cmake

    0下载:
  2. libevent 2 cmake版  libevent是一个事件触发的网络库,适用于windows、linux、bsd等多种平台,内部使用select、epoll、kqueue等系统调用管理事件机制。著名分布式缓存软件memcached也是libevent based,而且libevent在使用上可以做到跨平台,而且根据libevent官方网站上公布的数据统计,似乎也有着非凡的性能。-libevent is an event triggered by the network libra
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1.74mb
    • 提供者:ice
  1. libevent-2.0.16-stable.tar

    0下载:
  2. libevent是一个事件触发的网络库,适用于windows、linux、bsd等多种平台,内部使用select、epoll、kqueue等系统调用管理事件机制。著名分布式缓存软件memcached也是libevent based,而且libevent在使用上可以做到跨平台。-libevent is an event triggered by the network library for windows, linux, bsd and other platforms, the internal
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:818.02kb
    • 提供者:yoyo
  1. libevent-2.0.13-stable.tar

    0下载:
  2. libevent开源网络库,很好用的网络库-the libevent open source network library
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:811.33kb
    • 提供者:jeckbjy
  1. libevent-1.4.13-stable.tar

    0下载:
  2. LIBEVENT 稳定版 超好的源码学习资料-LIBEVENT stable version of super good source of learning materials
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:1.78mb
    • 提供者:niuniu
  1. libevent-2.0.19-stable.tar

    0下载:
  2. libevent linux -libevent linux
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:823.2kb
    • 提供者:andhm
  1. libevent-2.0.20-stable.tar

    0下载:
  2. libevent 2.0的源码,在VS2005下编译通过-libevent source
  3. 所属分类:Linux Network

    • 发布日期:2017-11-02
    • 文件大小:825.63kb
    • 提供者:周期
  1. libevent-2.0.21-stable.tar

    0下载:
  2. 用來取代網路伺服器所使用的事件循還, 支援 /dev/poll, kqueue(2), event ports, POSIX select(2), Windows select(), poll(2), and epoll(4).-libevent supports /dev/poll, kqueue(2), event ports, POSIX select(2), Windows select(), poll(2), and epoll(4).
  3. 所属分类:Linux Network

    • 发布日期:2017-11-10
    • 文件大小:830.83kb
    • 提供者:黃建華
  1. libevent

    0下载:
  2. 开源库,libevent,轻便功能却很强大。支持Linux和windows平台。(The open source library, libevent, is very powerful. Support the Linux and windows platforms.)
  3. 所属分类:网络

    • 发布日期:2018-01-07
    • 文件大小:484kb
    • 提供者:Leap_Ma
« 12 3 4 »
搜珍网 www.dssz.com