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

搜索资源列表

  1. libevent

    0下载:
  2. ibevent是一个事件触发的网络库,适用于windows、linux、bsd等多种平台,内部使用select、epoll、kqueue等系统调用管理事件机制。-ibevent network library is triggered by an event, suitable for windows, linux, bsd multiple platforms, internal management event mechanism using select, epoll, kqueue sy
  3. 所属分类:Linux Network

    • 发布日期:2017-11-20
    • 文件大小:394282
    • 提供者:emacsense
  1. epollTelnet

    0下载:
  2. linux下的epoll版telnet服务器,已实现基本功能,如果需要实际应用可以在框架基础上修改。-epoll version under linux telnet server, Basic functions, if you need the practical application can be modified on the basis of the framework.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-27
    • 文件大小:68658
    • 提供者:Derek
  1. Ping_ppp0_call

    0下载:
  2. epoll linux 代码 网络编程实现3G网络接入自动切换,适合无线网络设备开发者参考代码-epoll linux 代码 网络编程实现3G网络接入自动切换,适合无线网络设备开发者参考代码
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:1302
    • 提供者:wang
  1. TCPserver

    0下载:
  2. linux下TCP服务器端常用的多客户端相应处理方式select和epoll.c基本应用-TCP server under linux commonly used multi-client and select the appropriate treatment of the basic application epoll.c
  3. 所属分类:Linux Network

    • 发布日期:2017-11-17
    • 文件大小:2937
    • 提供者:panyongxuan
  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. 简单的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. 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. 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. server

    0下载:
  2. Linux下使用epoll进行通信的服务器端代码,完整可运行,可供初学的朋友参考。-Linux uses server-side code under epoll communication full run, for beginners reference to a friend.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1758
    • 提供者:Ailsa
  1. epoll_socket

    0下载:
  2. epoll实现的网络编程服务器程序,在linux下调试通过,可放心使用!-epoll achieve network programming server program
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:2192
    • 提供者:Harlen
  1. network_epool_pool_select_demo

    0下载:
  2. Linux 网络编程 pool epool 和 的简单使用示例,有利于分析理解这几种方式的用法。-Simple to use examples Linux Network Programming poll epoll and conducive to analyze and understand the usage of this in several ways.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1750
    • 提供者:Fockey
  1. epollUDP

    0下载:
  2. UDP高性能EPOLL操作方式,性能非常高linux c++ epoll编程,支持epoll udp-High-performance EPOLL UDP mode of operation, the performance is very high linux c++ epoll programming, support epoll udp
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-03
    • 文件大小:725938
    • 提供者:huzhixing
  1. client

    0下载:
  2. epoll 网络编程之客户端实现 Linux 下运行-epoll Network programming
  3. 所属分类:Linux Network

    • 发布日期:2017-05-01
    • 文件大小:12574
    • 提供者:雷霆旅客
  1. service

    0下载:
  2. epoll 网络编程之 服务端实现 Linux运行-epollNetwork programming server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-30
    • 文件大小:261874
    • 提供者:雷霆旅客
  1. epoll_threadpool-master

    0下载:
  2. epoll多线程的例子. 使用这个例子来解释下epoll多线程的设计方法和解决方案。-epoll multi thread. descr ipt how write multi thread in c++ in linux with epoll.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-04
    • 文件大小:33429
    • 提供者:许义霖
  1. pn6

    0下载:
  2. 实现消息队列的推送服务,基于Linux c实现线程池处理多任务,实现基于socket的边沿触发epoll通信(Implementing push services for message queues)
  3. 所属分类:网络编程

    • 发布日期:2017-12-30
    • 文件大小:1435648
    • 提供者:jimabcd126
  1. libevent

    0下载:
  2. Libevent 是一个用C语言编写的、轻量级的开源高性能事件通知库,主要有以下几个亮点:事件驱动( event-driven),高性能;轻量级,专注于网络,不如 ACE 那么臃肿庞大;源代码相当精炼、易读;跨平台,支持 Windows、 Linux、 *BSD 和 Mac Os;支持多种 I/O 多路复用技术, epoll、 poll、 dev/poll、 select 和 kqueue 等;支持 I/O,定时器和信号等事件;注册事件优先级。(Libevent is an open sourc
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-29
    • 文件大小:1199104
    • 提供者:Ting_Yu
  1. 高并发网络通讯

    1下载:
  2. 借助epoll模型基于linux系统实现高并发网络通讯,包括客户端和服务器。
  3. 所属分类:网络编程

« 1 2 3 4»
搜珍网 www.dssz.com