-
使用非阻塞 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
-
题目:文件系统的模拟实现
目的:深入理解文件系统的实现机制,掌握文件访问的编程技术。
任务:实现一个文件模拟文件系统。...
题目:文件系统的模拟实现
目的:深入理解文件系统的实现机制,掌握文件访问的编程技术。
任务:实现一个文件模拟文件系统。
-Title: File System Simulation realize the purpose of: In-depth understanding of file system mechanisms to achieve, master file access programming technology. Mission: the realization of a simulated document file system.
- 2022-06-17 06:43:15下载
- 积分:1
-
学习Linux的好帮手,非常实用,是初学者的必备资料
学习Linux的好帮手,非常实用,是初学者的必备资料-Learning Linux is a good helper
- 2022-01-24 13:27:19下载
- 积分:1
-
gnumake的电子文档
gnumake的电子文档-symlink electronic documents
- 2022-02-26 04:31:23下载
- 积分:1
-
模拟Shell的执行过程
模拟Shell的执行过程-simulation of the implementation process
- 2022-07-14 03:45:57下载
- 积分:1
-
ov7225 驱动的开发,很有用的,对于寄存器配置不清楚的人来说更有用...
ov7225 驱动的开发,很有用的,对于寄存器配置不清楚的人来说更有用
- 2023-01-29 19:50:03下载
- 积分:1
-
守护进程API,此API可自动重启应用进程,保证银行生产系统故障恢复,特别对网络瞬断很有效。...
守护进程API,此API可自动重启应用进程,保证银行生产系统故障恢复,特别对网络瞬断很有效。-Daemon API, this API can automatically restart the application process to ensure the banking system failure to restore production, in particular, the network instantaneous break very effective.
- 2022-10-25 11:40:03下载
- 积分:1
-
运动检测软件
motion detection software
- 2022-03-26 04:02:06下载
- 积分:1
-
Network congestion in the PI algorithm source code, you can use NS
网络拥塞中的PI算法源码,可以在用NS-2仿真软件方针,也可以用于其它算法开发-Network congestion in the PI algorithm source code, you can use NS-2 simulation software approach, can also be used for the development of other algorithms
- 2023-07-07 02:10:02下载
- 积分:1
-
BeginningLinuxProgramming example7
BeginningLinuxProgramming example7
- 2023-06-26 23:45:03下载
- 积分:1