-
使用非阻塞 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驱动程序开发的第三版中的源代码.
对LINUX开发十分有用
LINUX驱动程序开发的第三版中的源代码.
对LINUX开发十分有用-LINUX driver for the development of the third edition of the source code. On the development of very useful LINUX
- 2022-06-20 21:57:03下载
- 积分:1
-
typical transmission category udp
典型的udp传输类-typical transmission category udp
- 2022-10-30 03:10:06下载
- 积分:1
-
linux下socket server简单程序,有注释
linux下socket server简单程序,有注释-socket server under linux simple procedure, there are comments
- 2023-04-15 10:40:03下载
- 积分:1
-
linux操作介绍,含有对linux系统的基本操作和高级操作
linux操作介绍,含有对linux系统的基本操作和高级操作-linux operating introduce, on the linux system containing the basic operation and advanced operation
- 2022-08-03 08:50:38下载
- 积分:1
-
举世闻名的joe记事本源程序,linux平台,基于GNOME。
举世闻名的joe记事本源程序,linux平台,基于GNOME。-Notepad joe the world-famous source, linux platform, based on GNOME.
- 2023-06-07 09:50:03下载
- 积分:1
-
清华大学-电子信息工程系-实验用ARM
清华大学-电子信息工程系-实验用ARM-linux-源代码-LED_ON――c篇-Tsinghua University- Electronic Information Engineering- experiment with ARM-linux-source code-LED_ON- c Part
- 2022-07-15 00:55:11下载
- 积分:1
-
在SCO UNIX制定界面程序 可根据文件配制菜单,而不必修改源程序,非常方便
在SCO UNIX制定界面程序 可根据文件配制菜单,而不必修改源程序,非常方便- Formulation contact surface procedure may act according to the
document configuration menu in SCO the UNIX, but does not need to
revise the source program, extremely facilitates
- 2022-02-02 07:30:16下载
- 积分:1
-
HP共享内存实现,只要将sql语句配置好,装载共享内存即可
HP共享内存实现,只要将sql语句配置好,装载共享内存即可-HP Shared Memory realize, as long as the sql statement will be configured, shared memory can be loaded
- 2022-03-16 21:02:31下载
- 积分:1
-
用简单的例子实现了用命名管道实现进程间通信
用简单的例子实现了用命名管道实现进程间通信-simple example of the realization of the named pipe used to achieve inter-process communication
- 2022-08-25 17:11:40下载
- 积分:1