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

搜索资源列表

  1. epollServer

    0下载:
  2. 用c++实现的epollserver, 和tcpclient,将epoll启动后,用tcpclient能够连接上去。-With the implementation of c++ epollserver, and tcpclient, the epoll after the start, using tcpclient to connect to.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1736
    • 提供者:jianhuang
  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. 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. cubieboard-master

    0下载:
  2. bluetooth中为蓝牙测试demo:检测周围的蓝牙设备,连接设备,循环发送数据 broadcom-bluetooth:固件源代码,以及加载固件的命令 com:cubieboard从串口读取数据,再通过tcp发送 特点:epoll com_bt:cubieboard从串口读取数据,通过tcp和蓝牙发送 特点:epoll 线程 信号-Connection device for Bluetooth, Bluetooth Test Detection
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-27
    • 文件大小:53021
    • 提供者:张文建
  1. demo_epoll_04

    0下载:
  2. epoll通信,支持更多的客户端连接,不受系统文件描述符的限制,比select更好-epoll communications to support more client connections, limited by system file descr iptors, better than select
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3208
    • 提供者:徐亮
  1. eventpoll

    0下载:
  2. Maximum number of nesting allowed inside epoll sets.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:18230
    • 提供者:kkjtrh
  1. epoll

    0下载:
  2. Flags to be passed to epoll_create2.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1899
    • 提供者:kaognwu
  1. EPollCodeSource.tar

    0下载:
  2. 网络编程之Epoll模型,服务器接收到客户端发来的信息并将其发回给客户端。-Epoll Socket
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3131
    • 提供者:张波
  1. epoll_socket

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

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

    1下载:
  2. mina的C语言版,实现了IOBuffer,minac基于epoll,使用event-loop-per-thread结构,IO thread个数默认为Cpu的核数。 熟悉mina2的同学基本上拿过来就可以直接使用,没有任何学习成本。-C version Mina.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-27
    • 文件大小:36289
    • 提供者:xueke
  1. DownloaderTest

    0下载:
  2. 基于epoll模型的socket下载测试代码,包括多线程的使用,并通过makefile进行编译-Socket epoll model based download test code, including the use of multi-threading, and compile makefile
  3. 所属分类:Linux Network

    • 发布日期:2017-04-28
    • 文件大小:13159
    • 提供者:韩云杰
  1. chatsrv

    0下载:
  2. cs架构的多人聊天应用,基于epoll模型的非阻塞方式的实现,服务端多线程处理。-cs multiplayer chat application architecture to achieve non-blocking mode epoll model-based server multithreading.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-29
    • 文件大小:50139
    • 提供者:nevermore
  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. LinuxEPoll

    0下载:
  2. ,epoll服务器多线程 -Github logo http://git.oschina.net/ recommend the use of faster deployment of demonstration projects directly! Private library permanently free, providing mobile client, the only supports Git and SVN code hosting
  3. 所属分类:Driver develop

    • 发布日期:2017-05-07
    • 文件大小:1380934
    • 提供者:蒋喜龙
  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_server.tar

    0下载:
  2. 是基于epoll实现的多进程,多线程服务器-Is based on epoll implementation of the multi process, multi thread server
  3. 所属分类:Linux Network

    • 发布日期:2017-05-01
    • 文件大小:23571
    • 提供者:蔡俊杰
  1. bingfa

    0下载:
  2. 学习使用epoll模型在高并发中的应用,简单的了解这个epo-Learn to use epoll model in high concurrency of simple about this epoll
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:2209
    • 提供者:jiangfuyi
  1. epoll

    1下载:
  2. 这是一个比bingfa。rar更简单的并发模型,应用在客服端与服务器端-This is a ratio bingfa. rar simpler concurrency model, used in customer service side and server-side
  3. 所属分类:Linux Network

    • 发布日期:2016-07-28
    • 文件大小:2048
    • 提供者:jiangfuyi
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com