-
使用非阻塞 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
-
Linux c 语言函数库 414 页 多为基本函数
Linux c 语言函数库 414 页 多为基本函数-Linux c language function library for more than 414 basic function
- 2022-03-02 03:50:28下载
- 积分:1
-
linux内存管理源代码 版本号2.0.40阅读可以为linux爱好者有一个很好的提高....
linux内存管理源代码 版本号2.0.40阅读可以为linux爱好者有一个很好的提高.-source code version 2.0.40 linux reading for lovers of a good raise.
- 2022-08-06 09:31:23下载
- 积分:1
-
linux下的键盘编程应用程序
linux下的键盘编程应用程序-under the keyboard programming applications
- 2022-08-07 02:07:33下载
- 积分:1
-
这是通信过程中,套接字,接收消息的添加到列表中的新消息…
这是个通讯程序,通过socket,把接收的消息放入消息对列,同时把队列中的消息通过socket发出去。
-This is the communication process, socket, receiving the news Add to the list news, while the news cohort through socket issued to.
- 2022-07-24 22:09:35下载
- 积分:1
-
asn to c编译器 源代码
asn to c编译器 源代码-asn to c compiler source code
- 2022-04-02 10:08:29下载
- 积分:1
-
编译好的linux系统QT开发环境,直接设置环境变量即可使用。
编译好的linux系统QT开发环境,直接设置环境变量即可使用。-QT compiled linux system, development environment, set the environment variable can be used directly.
- 2022-02-03 15:26:47下载
- 积分:1
-
使用C语言实现图文日历时钟
使用C语言实现图文日历时钟-use C language transmission Calendar Clock
- 2022-04-11 10:24:06下载
- 积分:1
-
Unix Richard Stevens ebook. good book for socket program in c
Unix Richard Stevens ebook. good book for socket program in c
- 2022-05-04 22:46:05下载
- 积分:1
-
一个自行开发的内存数据管理的包,实现了部分内存数据库的功能。
一个自行开发的内存数据管理的包,实现了部分内存数据库的功能。-Memory of a self-developed data management package, to achieve some of the functions of memory database.
- 2022-03-19 00:04:09下载
- 积分:1