-
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能:...
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能: 每个允许一个进程来决定它是否可读或者写一个或多个文件而不阻塞. 这些调用也可阻塞进程直到任何一个给定集合的文件描述符可用来读或写. 因此, 它们常常用在必须使用多输入输出流的应用程序, 而不必粘连在它们任何一个上. 相同的功能常常由多个函数提供, 因为 2 个是由不同的团队在几乎相同时间完成的: select 在 BSD Unix 中引入, 而 poll 是 System V 的解决方案. epoll 调用[23]添加在 2.5.45, 作为使查询函数扩展到几千个文件描述符的方法.-poll application instance
- 2023-06-26 04:30:03下载
- 积分:1
-
qt4 linux下实现俄罗斯方块,实现基本功能,能和电脑对战
qt4 linux下实现俄罗斯方块,实现基本功能,能和电脑对战-qt4 achieve Tetris
- 2022-04-25 08:38:44下载
- 积分:1
-
sip voip platform test tools, test software platform for the exchange of registe...
sip voip 平台测试工具,测试软交换平台注册能力-sip voip platform test tools, test software platform for the exchange of registered capacity
- 2022-04-10 09:12:30下载
- 积分:1
-
该程序使用/proc机制检查反映机器平均负载,进程资源利用等方面的各种内核值。...
该程序使用/proc机制检查反映机器平均负载,进程资源利用等方面的各种内核值。-procedures for the use of the/proc inspection mechanism reflects the average load machines, the process, such as the use of resources of the various core values.
- 2023-04-12 01:25:03下载
- 积分:1
-
This is a minigui1.3.3 the source code, to learn minigui and would like their li...
这是minigui1.3.3的做的浏览器,对学习
minigui以及想自己开发的人非常有用。-This is a minigui1.3.3 the source code, to learn minigui and would like their libraries are very useful for the development
- 2022-05-21 21:10:45下载
- 积分:1
-
学习UNLIX的好材料 电信内部资料 不容错过
学习UNLIX的好材料 电信内部资料 不容错过-Materials UNLIX good study of the internal telecommunications information should not be missed
- 2022-01-28 04:08:25下载
- 积分:1
-
《Understanding The Linux Kernel 2nd(深入理解Linux内核第二版)》,好书出新版,大家快来看。这是为2.4版内核写的。...
《Understanding The Linux Kernel 2nd(深入理解Linux内核第二版)》,好书出新版,大家快来看。这是为2.4版内核写的。-"Understanding The Linux Kernel 2nd (in-depth understanding of the Linux kernel 2nd Edition)", the new books out, we Come see. This is the version 2.4 kernel written.
- 2022-04-18 05:38:56下载
- 积分:1
-
ASUS_WL167g_drv1218 for linux
ASUS_WL167g_drv1218 for linux
- 2022-03-12 09:55:57下载
- 积分:1
-
理财小工具,wxwindow的gui
理财小工具,wxwindow的gui-fiscal small tools, the gui wxwindow
- 2023-04-01 01:25:04下载
- 积分:1
-
用gtk做的一个简单播放器界面,实现了一些基本功能,没有视频播放和解码的借口,仅供gtk新手学习...
用gtk做的一个简单播放器界面,实现了一些基本功能,没有视频播放和解码的借口,仅供gtk新手学习-Gtk to do with a simple player interface, the realization of a number of basic functions, there is no video playback and decoding of an excuse for gtk novice learning
- 2022-03-19 08:29:16下载
- 积分:1