-
使用非阻塞 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
-
sd
- 2022-03-29 17:56:29下载
- 积分:1
-
Linux 串口通信程序,包含基本的读写
Linux 串口通信程序,包含基本的读写-Linux Serial Communication Program, including basic literacy
- 2022-02-01 09:01:17下载
- 积分:1
-
配置Linux局域网服务器
配置Linux局域网服务器-Linux LAN server configuration
- 2022-10-13 08:40:02下载
- 积分:1
-
public class phpmailer phpmailer
public class phpmailer phpmailer - PHP email transport cla-public class phpmailer phpmailer- PHP email transport cla
- 2022-10-10 21:35:02下载
- 积分:1
-
《Unix网络编程》的源代码的inetd部分
《Unix网络编程》的源代码的inetd部分-"Unix Network Programming," the source part of the inetd
- 2023-08-29 18:50:04下载
- 积分:1
-
Machine Vision Toolbox for MATLAB (Release 2)澳大利亚机器视觉工具箱 第二版,内含详细说明书。不过好像只在Linux...
Machine Vision Toolbox for MATLAB (Release 2)澳大利亚机器视觉工具箱 第二版,内含详细说明书。不过好像只在Linux下通过验证,Windows下运行没有验证过。-Machine Vision Toolbox for MATLAB (Release 2) Machine Vision Toolbox Australia second edition, containing a detailed specification. But it seems only in Linux through authentication, Windows is not verified to run under.
- 2022-03-18 05:30:08下载
- 积分:1
-
doom游戏,手机上玩得
doom游戏,手机上玩得-doom games played on mobile phones
- 2022-04-24 03:02:28下载
- 积分:1
-
GNUAssembler的说明
GNUAssembler的说明-GNUAssembler explanation
- 2023-05-17 09:35:03下载
- 积分:1
-
linux网桥配置脚本!
linux网桥配置脚本!-bridge configuration script!
- 2022-04-09 07:46:35下载
- 积分:1