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

搜索资源列表

  1. Linux2.6kernelnetwork.txt

    0下载:
  2. Linux 2.6内核中提高网络I/O性能的新方法epo-Linux 2.6 kernel network I/O performance of the new method epoll
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:6243
    • 提供者:etgqqw
  1. epoll1

    0下载:
  2. 模仿ace中的Reactor模型,对epoll进行了简单封装-epoll linux
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:1990
    • 提供者:frank
  1. linuxNetServer2010-01-06

    0下载:
  2. linux下的epoll实现代码,经测试响应上万个连接没有问题.-epoll implementation under linux code, have been tested to respond to tens of thousands of connections is no problem.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-06
    • 文件大小:1089580
    • 提供者:
  1. free-tutorial-for.me-tutorial-for-epoll.pdf.tar.g

    0下载:
  2. TUTORIAL FOR MPI PROgramming
  3. 所属分类:Development Research

    • 发布日期:2017-03-26
    • 文件大小:44098
    • 提供者:Phuong
  1. epoll_test

    0下载:
  2. 一个简单的epoll测试程序,包括服务器和客户端-Epoll a simple test program, including server and client
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1665
    • 提供者:小优
  1. ttII_src

    0下载:
  2. linux,网络资料, 网络资料,网络资料-linux tcp epoll
  3. 所属分类:Linux-Unix program

    • 发布日期:
    • 文件大小:470703
    • 提供者:char
  1. libevent-2.0.14-stable.tar

    0下载:
  2. libevent是一个事件触发的网络库,内部使用select、epoll、kqueue等系统调用管理事件机制。-libevent is an event triggered by the network library, which uses select, epoll, kqueue mechanism for event management such as system calls.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:833520
    • 提供者:冯伟
  1. Epoll_webserver

    0下载:
  2. 使用epoll系统调用监听多个网络连接,实现简单Web服务器-Use epoll system call multiplexer monitor descr iptor fd, simple Web server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:1946
    • 提供者:龚康
  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
    • 文件大小:1821042
    • 提供者:ice
  1. coronet-0.23.tar

    0下载:
  2. Coroutine and epoll based development library for Linux OS.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:356011
    • 提供者:iceman_dvd
  1. SOCKET-EPOLL

    0下载:
  2. socket for tcp udp , with c code
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:6268
    • 提供者:yun
  1. socks5

    0下载:
  2. 用状态机来写一个socks5代理服务器,为了移植性和很多新手都在用windows,异步驱动我就只用select而没用epoll。-I have written a Proxy Socks5 server by using finite-state machine. Because of the so many people are studying under Windows, I just implement it by select not by epoll.
  3. 所属分类:Proxy Server

    • 发布日期:2017-03-24
    • 文件大小:289636
    • 提供者:Wujiahao
  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
    • 文件大小:837650
    • 提供者:yoyo
  1. src

    0下载:
  2. 代码写了unix socket编程的几种模式,包括迭代模式,epoll模式,select模式,多线程,多进程模式,是学习很好用的资料-The Unix socket programming code is written several models, including the iterative model, epoll mode, select mode, multithreading, process model, ,so it is the study nice material
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:12198
    • 提供者:焦梁
  1. unix-socket-programme

    0下载:
  2. 代码编写了在unix socket编程的典型几种模式,包括迭代,epoll,select,多线程,多进程等模式,是学习的好资料-The Unix socket programming code is written several models, including the iterative model, epoll mode, select mode, multithreading, process model, ,so it is the study nice material
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:1479741
    • 提供者:焦梁
  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. UDP-Based-Data-Transfer-FOR-Delphi

    0下载:
  2. UDT的Delphi接口及其模仿Delphi的Sockets单元进行的控件封装,由于Sockets.pas中的控件并没有EPOLL等高级的用法,而且这些是UDT中特有的东西,所以也没有在接口中导出.-The Delphi interface and Components of UDT which is a opensource project implements the Reliable connection used UDP.the EPOLL not inclued becase the
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:1031056
    • 提供者:xxx
  1. libiop-code-1.0.4

    0下载:
  2. 一个c语言开发的跨平台网络IO库 功能特性: 1:c/c++ api, 底层支持epoll,select,poll等io模型 2:异步事件模型 3:任务池模型,跨平台线程接口 4:跨平台(Linux/windows) 5:日志服务 6:稳定,支持7*24小时无间断运行,自动处理异常状态 7:高并发与快速响应 8:API简洁, 学习成本底-The libiop provides a mechanism to
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:155534
    • 提供者:jonas
  1. es-nweb

    0下载:
  2. 一个简单的基于epoll的web server,可以很好的学习windows下的epoll方法-A simple epoll based on the web server, can be a very good learning windows epoll method
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:36327
    • 提供者:查善君
  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 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com