<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/rss/stylesheet/" type="text/xsl"?>
<rss xmlns:content='http://purl.org/rss/1.0/modules/content/' xmlns:taxo='http://purl.org/rss/1.0/modules/taxonomy/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:itunes='http://www.itunes.com/dtds/podcast-1.0.dtd' xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:atom='http://www.w3.org/2005/Atom' xmlns:podbridge='http://www.podbridge.com/podbridge-ad.dtd' version='2.0'>
<channel>
  <title>苏迟但到的主页</title>
  <language>zh-cn</language>
  <generator>microfeed.org</generator>
  <itunes:type>episodic</itunes:type>
  <itunes:explicit>false</itunes:explicit>
  <atom:link rel="self" href="https://kexohproject.pages.dev/rss/" type="application/rss+xml"/>
  <link>https://kexohproject.pages.dev</link>
  <description>
    <![CDATA[<p>你好，欢迎访问个人主页！</p><p>擅长密码学，安全分析，数字水印等技术。</p><p>你可以联系我通过:findmykexin@gmail.com或者知乎私信。</p><p>我的知乎链接：<a href="https://www.zhihu.com/people/su-chi-dan-dao" rel="noopener noreferrer" target="_blank">苏迟但到 - 知乎 (zhihu.com)</a></p><p>我的github链接：<a href="https://github.com/kexinoh" rel="noopener noreferrer" target="_blank">kexinoh</a></p>]]>
  </description>
  <itunes:author>苏迟但到</itunes:author>
  <itunes:image href="https://kexohcdn.gptapi.cyou/kexohproject/production/images/channel-2e54d141ee195646ca12a9d16507a908.jpg"/>
  <image>
    <title>苏迟但到的主页</title>
    <url>https://kexohcdn.gptapi.cyou/kexohproject/production/images/channel-2e54d141ee195646ca12a9d16507a908.jpg</url>
    <link>https://kexohproject.pages.dev</link>
  </image>
  <copyright>©2024</copyright>
  <itunes:category text="Education">
    <itunes:category text="Language Learning"/>
  </itunes:category>
  <itunes:category text="Technology"/>
  <item>
    <title>一次磁盘io到底是读一个块还是一个页，或者说缺页调页进行几次磁盘io？</title>
    <guid>JDmJmSl52pS</guid>
    <pubDate>Sun, 13 Aug 2023 09:23:22 GMT</pubDate>
    <itunes:explicit>false</itunes:explicit>
    <description>
      <![CDATA[<p data-pid="7HU920de">这里产生的疑惑主要是计算机IO体系分层不不了解导致的。</p><p data-pid="i5IbGU6j">对于不同级别的计算机IO，计算次数不一样。</p><p data-pid="xNIvlU_n">计算机IO体系分为4个层：用户空间I/O软件、设备独立性软件、设备驱动程序和中断处理程序。</p><p data-pid="DRyDhiGo">假如我打开一个文件，那么在用户空间I/O软件中的IO次数就是1。</p><p data-pid="YTJgVgRn">设备独立性软件取决于操作系统怎么存储索引和文件大小和<b>页的大小</b>的关系。</p><p data-pid="6hxCJdiQ">设备驱动程序的IO次数取决于文件大小和<b>块的大小</b>的关系。</p><p data-pid="tkrZDE0v">而中断处理程序的IO次数取决于文件大小和<b>一次性读取的数据长度</b>的关系。</p><p data-pid="iwDltONY">它们都统称为磁盘io，但是因为调用函数的能力不同，所以会产生差异。</p><p></p>]]>
    </description>
    <itunes:title>New Article Title for iTunes</itunes:title>
  </item>
</channel>
</rss>