Welcome![Sign In][Sign Up]
Location:
Search - epoll

Search list

[Internet-Networklibevent-1.2.tar

Description: 比select好用的工具,异步触发机制,可以同时检查若干描述符-The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts. libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop. Currently, libevent supports /dev/poll, kqueue(2), event ports, POSIX select(2), Windows select(), poll(2), and epoll(4). The internal event mechanism is completely independent of the exposed event API, and a simple update of libevent can provide new functionality without having to redesign the applications. As a result, Libevent allows for portable application development and provides the most scalable event notification mechanism available on an operating system. Libevent can also be used for multi-threaded applications, either by i
Platform: | Size: 413696 | Author: 王世凯 | Hits:

[Internet-NetworkEpoll-TCP-Client

Description: Simple TCP Client Code
Platform: | Size: 3072 | Author: geek_ps | Hits:

[Internet-NetworkepollLog

Description: 参考别人的 epol模型log类,分享一下-reference other s epoll model class log share it.
Platform: | Size: 4096 | Author: | Hits:

[Internet-Networklibevent

Description: 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, and other platforms, internal use select, epoll, kqueue system call management event mechanism. Memcached distributed caching software is also famous libevent based, and libevent can be done in the use of cross-platform, and according to statistics published on the official website of libevent, seems to have had a remarkable performance
Platform: | Size: 430080 | Author: 陈风 | Hits:

[Linux-Unixlinux_tools

Description: linux工具包常用消息队列、共享内存、linux 下epoll服务器的封装-Implementation of Linux toolkit common source queue data structure
Platform: | Size: 22528 | Author: 云海 | Hits:

[Game Programepoll_udp_client

Description: 一个UDP EPOLL 客户端例子。可用于测试程序-A UDP EPOLL client examples. Can be used to test procedures
Platform: | Size: 2048 | Author: eepconce | Hits:

[Internet-Networkepoll_test

Description: linux epoll 模型,用于linux 下 大容量 tcp 通讯使用-linux epoll server and clinet
Platform: | Size: 57344 | Author: 曾庆长 | Hits:

[Linux-Unixeventpoll

Description: Epoll private bits inside the event mask.
Platform: | Size: 17408 | Author: gertongzen | Hits:

[Game Programepoll_udp_client

Description: 一个UDP EPOLL 客户端例子。可用于测试程序-A UDP EPOLL client examples. Can be used to test procedures
Platform: | Size: 3072 | Author: atcanb | Hits:

[Internet-Networkspider

Description: 网络爬虫项目,实现网络爬虫爬虫子系统基于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, download the module, URL extraction module and persistence module, which uses the Linux multiplexing technology (Epoll model), socket, multi-threaded, regular expressions, daemon, Linux and other Linux systems dynamic library development technology.
Platform: | Size: 27648 | Author: maitian | Hits:

[Internet-Networklibevent-2.0.21-stable

Description: 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 descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts.
Platform: | Size: 2129920 | Author: Angel_Siter | Hits:

[Internet-NetworkepollServer

Description: 用c++实现的epollserver, 和tcpclient,将epoll启动后,用tcpclient能够连接上去。-With the implementation of c++ epollserver, and tcpclient, the epoll after the start, using tcpclient to connect to.
Platform: | Size: 2048 | Author: jianhuang | Hits:

[Internet-NetworkPythonChatRoom

Description: Python多用户聊天室 使用Linux epoll系统调用而不是多线程-Python multi client chatroom Instead of using multithreading, this program uses select.epoll call
Platform: | Size: 6144 | Author: leelour | Hits:

[Internet-Networkserver

Description: Linux下使用epoll进行通信的服务器端代码,完整可运行,可供初学的朋友参考。-Linux uses server-side code under epoll communication full run, for beginners reference to a friend.
Platform: | Size: 2048 | Author: Ailsa | Hits:

[Embeded Linuxcubieboard-master

Description: bluetooth中为蓝牙测试demo:检测周围的蓝牙设备,连接设备,循环发送数据 broadcom-bluetooth:固件源代码,以及加载固件的命令 com:cubieboard从串口读取数据,再通过tcp发送 特点:epoll com_bt:cubieboard从串口读取数据,通过tcp和蓝牙发送 特点:epoll 线程 信号-Connection device for Bluetooth, Bluetooth Test Detection of demo: around the Bluetooth, cyclic transmission of data Broadcom-bluetooth: firmware source code, and the commands for loading firmware Com:cubieboard to read data the serial port, and then sent through TCP Features: epoll Com_bt:cubieboard to read data the serial port, through the TCP and Bluetooth transmission Features: the epoll thread signal
Platform: | Size: 53248 | Author: 张文建 | Hits:

[Internet-Networkdemo_epoll_04

Description: epoll通信,支持更多的客户端连接,不受系统文件描述符的限制,比select更好-epoll communications to support more client connections, limited by system file descriptors, better than select
Platform: | Size: 3072 | Author: 徐亮 | Hits:

[Linux-Unixeventpoll

Description: Maximum number of nesting allowed inside epoll sets.
Platform: | Size: 18432 | Author: kkjtrh | Hits:

[Linux-Unixepoll

Description: Flags to be passed to epoll_create2.
Platform: | Size: 2048 | Author: kaognwu | Hits:

[Internet-NetworkEPollCodeSource.tar

Description: 网络编程之Epoll模型,服务器接收到客户端发来的信息并将其发回给客户端。-Epoll Socket
Platform: | Size: 3072 | Author: 张波 | Hits:

[Internet-Networkepoll_socket

Description: epoll实现的网络编程服务器程序,在linux下调试通过,可放心使用!-epoll achieve network programming server program
Platform: | Size: 2048 | Author: Harlen | Hits:
« 1 2 ... 4 5 6 7 8 910 11 »

CodeBus www.codebus.net