-
使用非阻塞 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
-
Is the CPU performance testing tools, and platform
是CPU性能测试工具,与平台无关。
为第三方工具,可以用来评价系统性能。-Is the CPU performance testing tools, and platform-independent. For third-party tools can be used to evaluate the system performance.
- 2022-04-12 21:49:40下载
- 积分:1
-
Linux instruction set, so that it can be like to learn Linux but do not want to...
一个非MINI的Linux指令集,可以让那此想学Linux但又不想花太多时间的人收藏-Linux instruction set, so that it can be like to learn Linux but do not want to spend too much time on the collection
- 2022-03-01 06:00:09下载
- 积分:1
-
实现了多处理器上的FFT编程,可任意设置进程个数
实现了多处理器上的FFT编程,可任意设置进程个数-Achieved a multi-processor FFT on the programming process can be arbitrarily set the number of
- 2022-01-26 06:52:41下载
- 积分:1
-
这是一个linux下的实现客戽机上网的代码
这是一个linux下的实现客戽机上网的代码-This is a linux under the bucket for achieving customer access code
- 2022-01-26 14:04:56下载
- 积分:1
-
linux under a self
linux下,自编的一个基于linux文件系统的数据库,实现简单的数据库操作,适于初学者。编译后运行主程序demo。-linux under a self-linux-based file system database, the realization of a simple database operation, suitable for beginners. After compiling the main program running demo.
- 2023-01-01 03:30:17下载
- 积分:1
-
cygwin is one of the windows platform running on the Unix simulation environment...
cygwin是一个在windows平台上运行的unix模拟环境,是cygnus solutions公司开发的自由软件(该公司开发了很多好东西,著名的还有eCos,不过现已被Redhat收购)。它对于学习unix/linux操作环境,或者从unix到windows的应用程序移植,或者进行某些特殊的开发工作,尤其是使用gnu工具集在windows上进行嵌入式系统开发,非常有用。随着嵌入式系统开发在国内日渐流行,越来越多的开发者对cygwin产生了兴趣。本文将对其作一介绍。-cygwin is one of the windows platform running on the Unix simulation environment is cygnus solutions developed by free software (the company has developed a lot of good things, there are the famous eCos, but has been acquired by Redhat). It learning unix/linux operating environment, or from Unix to Windows applications transplant, or for some special development work, particularly the use of gnu tool set in windows on embedded systems development, very useful. As embedded systems development in the increasingly popular, more and more developers have the right cygwin interest. This article will give a brief introduction on.
- 2022-03-23 22:19:24下载
- 积分:1
-
Image Compression Decompression FOSS
图像压缩解压的源码-Image Compression Decompression FOSS
- 2022-05-17 05:59:39下载
- 积分:1
-
NUCLEUS下错误代码查询!
NUCLEUS下错误代码查询!-look up the error code in NUCLEUS
- 2022-05-30 18:32:40下载
- 积分:1
-
linux根文件系统移植,目标平台是FS2410
linux根文件系统移植,目标平台是FS2410-rootfs
- 2023-06-08 13:15:03下载
- 积分:1