<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Epoll on ᕕ( ᐛ )ᕗ Jimyag&#39;s Blog</title>
    <link>https://jimyag.com/blog/epoll/</link>
    <description>专注于 Kubernetes、KubeVirt、OVN 和 Firecracker 的后端开发工程师</description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <copyright>Copyright © 2019, jimyag.</copyright>
    <lastBuildDate>Mon, 01 Jun 2026 00:00:39 +0800</lastBuildDate>
    <atom:link href="https://jimyag.com/blog/epoll/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>使用三种 Go I/O 模式实现 HTTP 文件服务：同步、epoll 和 io_uring</title>
      <link>https://jimyag.com/posts/serving-files-over-http-three-ways-go/</link>
      <pubDate>Sun, 31 May 2026 23:56:46 +0800</pubDate>
      <guid>https://jimyag.com/posts/serving-files-over-http-three-ways-go/</guid>
      <description>本文通过构建一个支持网络与磁盘 I/O 的 HTTP 文件服务器，对比和探讨了 Go 语言下的三种 I/O 模型：同步多协程模型、基于系统调用的手动 epoll 环，以及 Linux 最前沿的异步多路复用接口 io_uring 的 Go 实现。</description>
    </item>
  </channel>
</rss>
