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

搜索资源列表

  1. libevent_lib

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

    • 发布日期:2017-04-16
    • 文件大小:271496
    • 提供者:陆连进
  1. epoll_chat

    0下载:
  2. epoll实现server_client聊天测试程序源码-epoll,it contains server and client. and is used on chatting
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:3396
    • 提供者:yandong
  1. epoll_udp_client

    0下载:
  2. 一个UDP EPOLL 客户端例子。可用于测试程序-A UDP EPOLL client examples. Can be used to test procedures
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:2552
    • 提供者:oeconom
  1. 简单的HTTP服务器(bubble httpd)

    0下载:
  2. 本科网络编程作业 简单的HTTP服务器,使用epoll,线程池技术。采用分阶段多线程事件驱动模型。在Linux使用C语言实现。 本代码只适用于Linux平台。README尚未完善。 下载代码后直接用root执行all.bash success后可以使用(默认安装到/usr/local/bubble下) bubble start/stop/restart控制服务启停 配置文件为bubble/etc/bubble.conf 有以为或建议请致信README中的Email
  3. 所属分类:Web服务器

    • 发布日期:2013-10-16
    • 文件大小:51919
    • 提供者:ipaoTAT
  1. testepoll

    1下载:
  2. linux epoll udp服务器例子-linux epoll udp server example
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1569
    • 提供者:wu
  1. Myepoll

    0下载:
  2. epoll的简单实现,非阻塞网络模型.VS工程,直接打开即可-epoll simple implementation of non-blocking network model
  3. 所属分类:Linux Network

    • 发布日期:2017-05-10
    • 文件大小:2227780
    • 提供者:孟奇
  1. HPGSC

    0下载:
  2. 高性能游戏服务器集群 从技术层面来看,各个平台都有一些自己特有的东西,比如Windows 平台下面的IOCP技术,可以说为了支持大的并发,IOCP是一个Windows平台的必选方案。而在Linux下面Epoll又是所有开发人员需要掌握的技术-High-performance game server clusters
  3. 所属分类:Project Design

    • 发布日期:2017-04-16
    • 文件大小:268903
    • 提供者:dzl
  1. reactor

    0下载:
  2. C network reactor modal. use linux epoll. callback notify event.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:6948
    • 提供者:karts
  1. epollser

    0下载:
  2. linux epoll 网络通讯 这个是最快的服务器架构了,请下载吧-linux epoll net programming
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1797
    • 提供者:tom
  1. libevent-1.2.tar

    0下载:
  2. 比select好用的工具,异步触发机制,可以同时检查若干描述符-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 o
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:413811
    • 提供者:王世凯
  1. Epoll-TCP-Client

    0下载:
  2. Simple TCP Client Code
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3444
    • 提供者:geek_ps
  1. epollLog

    0下载:
  2. 参考别人的 epol模型log类,分享一下-reference other s epoll model class log share it.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:4175
    • 提供者:
  1. libevent

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

    • 发布日期:2017-04-23
    • 文件大小:430260
    • 提供者:陈风
  1. linux_tools

    0下载:
  2. linux工具包常用消息队列、共享内存、linux 下epoll服务器的封装-Implementation of Linux toolkit common source queue data structure
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:22089
    • 提供者:云海
  1. epoll_udp_client

    0下载:
  2. 一个UDP EPOLL 客户端例子。可用于测试程序-A UDP EPOLL client examples. Can be used to test procedures
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2553
    • 提供者:eepconce
  1. epoll_test

    0下载:
  2. linux epoll 模型,用于linux 下 大容量 tcp 通讯使用-linux epoll server and clinet
  3. 所属分类:Linux Network

    • 发布日期:2017-04-26
    • 文件大小:57358
    • 提供者:曾庆长
  1. eventpoll

    0下载:
  2. Epoll private bits inside the event mask.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:17740
    • 提供者:gertongzen
  1. epoll_udp_client

    0下载:
  2. 一个UDP EPOLL 客户端例子。可用于测试程序-A UDP EPOLL client examples. Can be used to test procedures
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:2669
    • 提供者:atcanb
  1. spider

    0下载:
  2. 网络爬虫项目,实现网络爬虫爬虫子系统基于Linux平台,分为主控模块、下载模块、URL提取模块和持久化模块,其中用到了Linux多路复用技术(Epoll模型),socket,多线程、正则表达式、守护进程、Linux动态库等Linux系统开发技术。-Web crawler project, network subsystem is based on the Linux platform reptile reptiles, divided into the main control module,
  3. 所属分类:Linux Network

    • 发布日期:2017-04-29
    • 文件大小:28005
    • 提供者:maitian
  1. libevent-2.0.21-stable

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

    • 发布日期:2017-05-11
    • 文件大小:2129734
    • 提供者:Angel_Siter
« 1 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com