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

Search list

[Internet-NetworkSOCKET-EPOLL

Description: socket for tcp udp , with c code
Platform: | Size: 6144 | Author: yun | Hits:

[Proxy Serversocks5

Description: 用状态机来写一个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.
Platform: | Size: 289792 | Author: Wujiahao | Hits:

[Internet-Networklibevent-2.0.16-stable.tar

Description: 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 use of select, epoll, management of events such as kqueue system call mechanism. Memcached distributed caching software is famous libevent based, and in the use of libevent Can be cross-platform.
Platform: | Size: 837632 | Author: yoyo | Hits:

[Internet-Networksrc

Description: 代码写了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
Platform: | Size: 12288 | Author: 焦梁 | Hits:

[Internet-Networkunix-socket-programme

Description: 代码编写了在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
Platform: | Size: 1479680 | Author: 焦梁 | Hits:

[Linux-UnixHelp-to-understand-select-poll-epoll

Description: 帮助了解select poll函数的运行机制 熟悉Linux kernel休眠等待机制-Help to understand select poll function mechanism Familiar with Linux kernel dormant waiting mechanism
Platform: | Size: 187392 | Author: adam | Hits:

[Delphi VCLUDP-Based-Data-Transfer-FOR-Delphi

Description: 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 EPLL is not in Components in Sockets.pas ,and the EPOLL is special thing.
Platform: | Size: 1031168 | Author: xxx | Hits:

[Windows Developlibiop-code-1.0.4

Description: 一个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 execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. libiop also support task pool and log service. support linux and windows.
Platform: | Size: 155648 | Author: jonas | Hits:

[Communicationes-nweb

Description: 一个简单的基于epoll的web server,可以很好的学习windows下的epoll方法-A simple epoll based on the web server, can be a very good learning windows epoll method
Platform: | Size: 35840 | Author: 查善君 | Hits:

[Linux-Unixselect_poll

Description: linux下select和epoll下的不同解释,供初学I/O的读者阅读-Linux select, epoll detailed description of the document, but also some process analysis chart, for everyone to read
Platform: | Size: 264192 | Author: 查善君 | Hits:

[Internet-Networkepoll

Description: 该程序实现了线程池的功能,服务器端需要运行多个线程来处理不同的任务,这时用线程池是最好的处理办法了,提高了程序的运行效率-The program function of the thread pool, server-side need to run multiple threads to handle different tasks, then use the thread pool is the best approach to improve the operating efficiency of the program
Platform: | Size: 22528 | Author: 殷巧 | Hits:

[Windows DevelopIepollselectmn

Description: 介绍epoll,select的详细代码实例,非常常实用,支持高并发 ,经测试 -Introduction epoll detailed code examples of the select, very often practical support high concurrency, tested
Platform: | Size: 14336 | Author: sacri | Hits:

[Windows DevelopLTCPS-Epoolli

Description: Linux Epoll用法实例例(Socket编程) -Linux Epoll usage instance cases (Socket Programming)
Platform: | Size: 1024 | Author: sacri | Hits:

[Windows Developlepoollli

Description: linux 下epoll的用法,支支持几万个fd,大型服务器的网络架构 -linux usage under epoll support to support tens of thousands fd, large server network architecture
Platform: | Size: 2048 | Author: sacri | Hits:

[Windows DeveloplMyLinuxThreai

Description: linux epoll、线程池模型,很好的学习eepoll的源代码。 ,经测试 -linux epoll, thread pool model, good learning of the source code eepoll. , Tested
Platform: | Size: 18432 | Author: sacri | Hits:

[Windows DevelopWcennterservvr

Description: linux写的一种基于epoll技技术的通信服务器,数据库使用mysql -the linux based the epoll technology technology communication server database using mysql
Platform: | Size: 74752 | Author: sacri | Hits:

[ADO-ODBClibevent-2.0.16

Description: 编译库代码,编译脚本会判断OS支持哪种类型的事件机制(select、epoll或kqueue),然后条件编译相应代码,供上层使用的接口仍然是保持统一的(否则也不能所谓的跨平台了)。-Compiler library code, compile the script determines OS support what type of event mechanism (select, epoll or kqueue) conditions and then compile the corresponding code for the upper interface still remain unified (or not so-called cross-platform) .
Platform: | Size: 903168 | Author: 陆同学 | Hits:

[Data structsepoll

Description: 用纯C实现的poll使用的方法以及注意事项-Poll using the method implemented in pure C Note
Platform: | Size: 19456 | Author: zhupeng | Hits:

[Internet-Networklibevent

Description: 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 system call.
Platform: | Size: 394240 | Author: emacsense | Hits:

[Internet-Networklinux_2.6example

Description: linux_2.6内核epoll用法举例说明-linux_2.6 example
Platform: | Size: 6144 | Author: carekee | Hits:
« 1 2 3 4 5 6 78 9 10 11 »

CodeBus www.codebus.net