-
使用非阻塞 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
-
的sniffer工具。
linux下的sniffer工具.-the sniffers tools.
- 2023-04-06 10:25:04下载
- 积分:1
-
本书是介绍Linux的内核的非常专业的书籍,尤其是书中的代码都有非常清晰的注释,非常适合初学者使用...
本书是介绍Linux的内核的非常专业的书籍,尤其是书中的代码都有非常清晰的注释,非常适合初学者使用-This book is the introduction of the Linux kernel very professional books, in particular, the code book are very clear notes, very suitable for beginners to use
- 2022-03-12 00:43:59下载
- 积分:1
-
在linux内核下面的键盘驱动程序,能使QT支持键盘操作
在linux内核下面的键盘驱动程序,能使QT支持键盘操作-Linux kernel in the following keyboard driver, can support keyboard operation QT
- 2022-12-04 03:55:03下载
- 积分:1
-
in achieving process between the two interactive. A process to a client process...
在linux平台上实现两个进程之间的交互。一客户进程向一远程进程提交一道作业;远程进程完成作业后向客户进程返回执行结果或者是结束的信息。-in achieving process between the two interactive. A process to a client process to submit a long-range operations; Remote operations after the completion of the process to the client process to the implementation of the outcome or the end of the message.
- 2022-01-26 03:27:54下载
- 积分:1
-
UNIX环境下利用高级IO技术实现非阻塞的输入/输出
UNIX环境下利用高级IO技术实现非阻塞的输入/输出-UNIX environment using high technology to achieve non-blocking IO input/output
- 2023-02-06 05:50:03下载
- 积分:1
-
清华大学-电子信息工程系-实验用ARM
清华大学-电子信息工程系-实验用ARM-linux-源代码-SDRAM篇-Tsinghua University- Electronic Information Engineering- experiment with ARM-linux-source code-SDRAM articles
- 2023-04-23 10:15:03下载
- 积分:1
-
Linux下telnet客户端的C++代码实现。初学者学习Telnet协议…
Linux下telnet客户端的C++代码实现。用于初学者对telnet协议的学习和简单telnet工具编写。由网上windows环境代码移植,直接通过make进行编译。-Linux telnet client of C code to achieve. For beginners telnet agreement learning tools and simple telnet prepared. Windows environment from the online code transplantation, directly through make computer.
- 2022-03-10 16:20:01下载
- 积分:1
-
Linux下的简单字符设备驱动的源码,有说明文件说明如何编译和安装卸载测试驱动...
Linux下的简单字符设备驱动的源码,有说明文件说明如何编译和安装卸载测试驱动-Linux simple character device driver source code, has the documentation on how to compile and install uninstall test drive
- 2022-04-24 23:15:21下载
- 积分:1
-
linux新手管理员指.pdf
linux新手管理员指.pdf-linux novice administrator means. Pdf
- 2022-05-05 12:06:17下载
- 积分:1