Ken Wei's Library tagged → View Popular
深入 Linux PAM 体系结构
-
但是这些鉴别方案有一个通病:实现鉴别功能的代码通常作为应用程序的一部分而一起编译,这样问题就来了------如果发现所用算法存在某些缺陷或想采用另一种鉴别方法时,用户不得不重写(修改或替换)然后重新编译原程序。很明显,我们原先的鉴别方案缺乏灵活性,这里的牵一发而动全身的情形很是让人恼火。
-
人们开始寻找一种更佳的替代方案:一方面,将鉴别功能从应用中独立出来,单独进行模块化设计,实现和维护;另一方面,为这些鉴别模块建立标准 API,以便各应用程序能方便的使用它们提供的各种功能;同时,鉴别机制对其上层用户(包括应用程序和最终用户)是透明的。
09 May 08
谈谈异步IO(AIO) at 听松一隅
-
再拜读Posix AIO规范说明,发现AIO原本意图是解决实时系统中文件操作堵塞的问题。实时系统中文件一般不大,文件操作也不频繁,AIO就比较合适。
Direct I/O 与正常高速缓存的 I/O - DBA notes
-
直接 I/O 的主要优点是,通过去除从高速缓存到用户缓冲区的复制环节,降低了文件读取和写入时 CPU 的使用率。
-
直接 I/O 也可以有助于那些必须使用同步写操作的应用程序,因为这些写操作必须转至磁盘。
07 May 08
Computer Laboratory - Xen virtual machine monitor
-
Firstly, virtual
machines must be isolated from one another: it is not acceptable for
the execution of one to adversely affect the performance of
another. -
Secondly, it is necessary to support a
variety of different operating systems to accommodate the
heterogeneity of popular applications. - 1 more annotations...
Selected Tags
Related Tags
Sponsored Links
Ads by Google
Top Contributors
Groups interested in linux
Related Lists on Diigo
-
linux
Items: 92 | Visits: 141
Created by: Djiezes Kraaijst
-
Linux for novice
my study on linux as a novice
Items: 32 | Visits: 119
Created by: swan lin
-
troubleshooting
Items: 23 | Visits: 126
Created by: Kenyth Zeng
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
