<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Linux on pp的技术博客</title><link>https://pp-tech-blog.pages.dev/tags/linux/</link><description>Recent content in Linux on pp的技术博客</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Mon, 15 Mar 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://pp-tech-blog.pages.dev/tags/linux/index.xml" rel="self" type="application/rss+xml"/><item><title>IO模型</title><link>https://pp-tech-blog.pages.dev/posts/iomodel/</link><pubDate>Mon, 15 Mar 2021 00:00:00 +0000</pubDate><guid>https://pp-tech-blog.pages.dev/posts/iomodel/</guid><description>一 概念说明 在进行解释之前，首先要说明几个概念： 用户空间和内核空间 进程切换 进程的阻塞 文件描述符 缓存 I/O 用户空间与内核空间 现在操作系统都是采用虚拟存储器。</description></item><item><title>零拷贝原理详解</title><link>https://pp-tech-blog.pages.dev/posts/zerocopy/</link><pubDate>Sat, 13 Mar 2021 00:00:00 +0000</pubDate><guid>https://pp-tech-blog.pages.dev/posts/zerocopy/</guid><description>引言 传统的 Linux 操作系统的标准 I/O 接口是基于数据拷贝操作的，即 I/O 操作会导致数据在操作系统内核地址空间的缓冲区和应用程序地址空间定义的缓冲区之间进行传。</description></item></channel></rss>