-
使用非阻塞 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
-
minix软件源代码
minix软件源代码-Minix source code software
- 2022-08-22 14:31:33下载
- 积分:1
-
用单链表实现的模拟linux内存管理的first算法
用单链表实现的模拟linux内存管理的first算法-achieve simulation linux memory management algorithm for the first
- 2022-07-23 21:09:21下载
- 积分:1
-
unix 环境高级编程,一本好书
unix 环境高级编程,一本好书-unix senior programming environment, a good book
- 2022-01-22 10:41:07下载
- 积分:1
-
unix下的 Clist类实现
unix下的 Clist类实现-under the category of achieving Clist
- 2022-05-18 21:08:21下载
- 积分:1
-
Motif 2.1
Motif 2.1 - Programmer s Reference, Volume 3-Motif 2.1- Programmer s Reference, Volume 3
- 2022-01-25 18:32:18下载
- 积分:1
-
上海勤研的KY44B0X有中断的BIOS源码
上海勤研的KY44B0X有中断的BIOS源码-Shanghai Institute of KY44B0X a BIOS interrupt source
- 2022-04-23 09:26:52下载
- 积分:1
-
嵌入式Linux的USB驱动程序开发,很有的文档,对usb驱动开发很有帮助...
嵌入式Linux的USB驱动程序开发,很有的文档,对usb驱动开发很有帮助-Embedded Linux-USB driver development, the document is on the usb drive the development of helpful
- 2022-01-24 19:05:37下载
- 积分:1
-
Linux,gSOAP,线程池的例子。使用gSOAP和自己的线程池的监控…
linux, gsoap, thread pool, example.
使用gsoap和一个自己开发的线程池监听并处理soap请求的示例代码-linux, gsoap, thread pool, example. use gsoap and an own thread pool monitor and deal with requests soap sample code
- 2022-03-13 11:03:17下载
- 积分:1
-
a gcc program for system calls
a gcc program for system calls
- 2022-03-23 01:59:05下载
- 积分:1