Chinaunix首页 | 论坛 | 博客
  • 博客访问: 40860
  • 博文数量: 10
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 90
  • 用 户 组: 普通用户
  • 注册时间: 2012-10-05 14:37
文章分类

全部博文(10)

文章存档

2015年(1)

2014年(1)

2013年(8)

我的朋友

发布时间:2013-11-16 11:50:56

Previously we looked at how the kernel manages virtual memory for a user process, but files and I/O were left out. This post covers the important and often misunderstood relationship between files and memory and its consequences for performance.Two serious problems must be solved by .........【阅读全文】

阅读(942) | 评论(0) | 转发(0)

发布时间:2013-11-16 11:48:11

After examining the virtual address layout of a process, we turn to the kernel and its mechanisms for managing user memory. Here is gonzo again:Linux processes are implemented in the kernel as instances of task_struct, the process descriptor. The mm field in task_s.........【阅读全文】

阅读(1062) | 评论(0) | 转发(0)

发布时间:2013-11-16 11:43:29

内容提要:管道简介使用无名管道实现一个简单的本地文件服务器使用标准I/O函数库提供的管道实现使用popen实现本地文件服务器有名管道-FIFO使用FIFO改写本地文件服务器管道和FIFO的额外属性使用FIFO将本地文件服务器改写成单服务器多客户端FIFO和NFS的关.........【阅读全文】

阅读(862) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册