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

搜索资源列表

  1. NewEye2.tar

    0下载:
  2. Unreleased TCP streaming engine using epoll under Linux
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:26823
    • 提供者:thefre
  1. epoll-linx-c

    0下载:
  2. linux gcc epoll network for the service,
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:6060
    • 提供者:jiangzhaoguo
  1. Help-to-understand-select-poll-epoll

    0下载:
  2. 帮助了解select poll函数的运行机制 熟悉Linux kernel休眠等待机制-Help to understand select poll function mechanism Familiar with Linux kernel dormant waiting mechanism
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:186928
    • 提供者:adam
  1. select_poll

    0下载:
  2. linux下select和epoll下的不同解释,供初学I/O的读者阅读-Linux select, epoll detailed descr iption of the document, but also some process analysis chart, for everyone to read
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:264668
    • 提供者:查善君
  1. epoll

    0下载:
  2. linux 下网络编程服务器,epoll模型的一个完成例子-under linux network programming server, a complete example of epoll, model
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:2102
    • 提供者:zhaoxiaojun
  1. LTCPS-Epoolli

    0下载:
  2. Linux Epoll用法实例例(Socket编程) -Linux Epoll usage instance cases (Socket Programming)
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-05
    • 文件大小:1390
    • 提供者:sacri
  1. lMyLinuxThreai

    0下载:
  2. linux epoll、线程池模型,很好的学习eepoll的源代码。 ,经测试 -linux epoll, thread pool model, good learning of the source code eepoll. , Tested
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-17
    • 文件大小:18742
    • 提供者:sacri
  1. Tcp_Epoll

    0下载:
  2. linux下epoll实现tcp通信,试用期考核项目,代码规约可能遵守的不是很好,但是思路,模型使用自觉不错,仅供参考-under linux epoll tcp communication, assessment of the trial period Statute of code compliance is not very good, but the idea of ​ ​ consciously good model uses for reference only
  3. 所属分类:Linux Network

    • 发布日期:2017-11-20
    • 文件大小:12861
    • 提供者:黄俊
  1. sSocket

    0下载:
  2. linux下使用Epoll实现了的回送服务器,并且采用c++实现,对相关的系统api进行了封装。-used in the under linux Epoll to achieve a of the loopback the server, and the use of c++ to achieve, carried out encapsulation to the on the related system api.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-15
    • 文件大小:20978
    • 提供者:苏东
  1. TcpPluginServer

    0下载:
  2. 基于linux epoll模型开发的插件功能服务器-Based on linux epoll model developed plug-ins function server
  3. 所属分类:Linux Network

    • 发布日期:2017-11-24
    • 文件大小:10860
    • 提供者:林超龙
  1. epollServer.cpp

    0下载:
  2. Linux Epoll编程的简单例子,使用到socket 还有多线程pthread,实现回射功能-Linux Epoll programming simple example, the use of multi-threading to the socket and pthread, achieve retroreflection function
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:2578
    • 提供者:杨志云
  1. testepoll

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

    • 发布日期:2017-04-13
    • 文件大小:1569
    • 提供者:wu
  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. epoll_test

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

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

    0下载:
  2. linux环境下使用epoll处理高并发服务,并且使用多线程,所占用的cpu很低-Linux environment using epoll to deal with high concurrent service, and the use of multi threading, occupied a very low CPU
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:252926
    • 提供者:刘新力
  1. PythonChatRoom

    0下载:
  2. Python多用户聊天室 使用Linux epoll系统调用而不是多线程-Python multi client chatroom Instead of using multithreading, this program uses select.epoll call
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:6007
    • 提供者:leelour
  1. epoll

    2下载:
  2. 文件名:epoll的socket封装_cpp 是基于Linux下的epoll网络编程,程序采用c++进行封装,代码文件多的很,重要的学会使用方法,如何写出高质量的代码|!以及对自己的代码进行封装,高手 代码是很好看的很规范的!,-File name: epoll epoll of socket network programming package _cpp is under Linux-based program using c++ package, code files and more v
  3. 所属分类:Linux Network

    • 发布日期:2015-09-24
    • 文件大小:10240
    • 提供者:lqjun
  1. Linux-C-epoll

    0下载:
  2. linux 下的c语言epoll的封装,可以用于epoll的学习-c language under epoll linux package, can be used for learning epoll
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:40497
    • 提供者:巫歌
  1. epoll

    0下载:
  2. linux c++ epoll编程,支持epoll udp-linux c++ epoll programming, support epoll udp
  3. 所属分类:Linux Network

    • 发布日期:2017-04-29
    • 文件大小:361632
    • 提供者:huzhixing
« 1 23 4 »
搜珍网 www.dssz.com