-
使用非阻塞 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
-
进程间调度,共享内存,进程通信,子进程创建
进程间调度,共享内存,进程通信,子进程创建-inter-process scheduling, shared memory and process communications, process-creation
- 2022-10-03 11:15:04下载
- 积分:1
-
program this is very useful
program this is very useful
- 2022-06-13 16:28:25下载
- 积分:1
-
<Linux内核情景分析>电子版,需要的请下载
电子版,需要的请下载-err
- 2022-01-24 17:50:24下载
- 积分:1
-
STV0297的QAM解码芯片的 Linux 驱动程序
STV0297的QAM解码芯片的 Linux 驱动程序-STV0297 Linux driver
- 2023-08-16 06:40:03下载
- 积分:1
-
stevens classic advanced programming in the unix environment (2nd edition) book...
stevens的经典著作advanced programming in the unix environment(2nd edition)一书的例程代码,在类unix环境(如linux)中编译使用。-stevens classic advanced programming in the unix environment (2nd edition) book routine code in the class unix environment (such as linux) compiled to use.
- 2022-06-02 09:38:24下载
- 积分:1
-
VLC播放器源代码
VLC Player Source Code
- 2022-01-27 20:02:28下载
- 积分:1
-
Embedded linux introduced and a number of experiments based on these experiments
主要介绍嵌入式linux实验的步骤和一些基础的实验-Embedded linux introduced and a number of experiments based on these experiments
- 2022-11-30 10:55:13下载
- 积分:1
-
此程序为linux下的s3c2410的ad模数转换器驱动程序,这是我买的教学试验平台带的,写的很不错,贡献出来。...
此程序为linux下的s3c2410的ad模数转换器驱动程序,这是我买的教学试验平台带的,写的很不错,贡献出来。-This program for linux the ad under the S3C2410 ADC driver, this is my test platform to buy teaching band, write a very good contribution to come out.
- 2022-03-09 15:09:05下载
- 积分:1
-
QT so fast on the Russian side of the LINUX
QT 做的俄罗斯方快 基于LINUX下的-QT so fast on the Russian side of the LINUX
- 2022-02-03 12:22:50下载
- 积分:1