<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Network on Q先生的世界</title>
		<link>https://qianzhou.tech/tags/network/</link>
		<description>Recent content in Network on Q先生的世界</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Sun, 19 May 2024 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://qianzhou.tech/tags/network/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>经典系统对比｜epoll 与 io_uring：从高并发网络编程和事件循环视角看两代 Linux I/O 模型</title>
				<link>https://qianzhou.tech/2024/05/19/epoll-vs-io-uring/</link>
				<pubDate>Sun, 19 May 2024 00:00:00 +0000</pubDate>
				<guid>https://qianzhou.tech/2024/05/19/epoll-vs-io-uring/</guid>
				<description>&lt;h1 id=&#34;经典系统对比epoll-与-io_uring从高并发网络编程和事件循环视角看两代-linux-io-模型&#34;&gt;经典系统对比｜epoll 与 io_uring：从高并发网络编程和事件循环视角看两代 Linux I/O 模型&lt;/h1&gt;&#xA;&lt;p&gt;上一篇文章，我们把 &lt;code&gt;open/read/write/fsync/mmap/epoll/io_uring&lt;/code&gt; 放在同一张语义地图里讲了一遍。&lt;/p&gt;&#xA;&lt;p&gt;其中有一个结论非常关键：&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;code&gt;epoll&lt;/code&gt; 主要是 readiness notification&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;io_uring&lt;/code&gt; 更接近 submission/completion model&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;但如果你真的开始写高并发网络服务，这个结论虽然正确，却还不够落地。&lt;/p&gt;</description>
			</item>
			<item>
				<title>关于iptables那些你必须知道的</title>
				<link>https://qianzhou.tech/2023/12/17/iptables/</link>
				<pubDate>Sun, 17 Dec 2023 00:00:00 +0000</pubDate>
				<guid>https://qianzhou.tech/2023/12/17/iptables/</guid>
				<description>&lt;h1 id=&#34;关于iptables那些你必须知道的&#34;&gt;关于iptables那些你必须知道的&lt;/h1&gt;&#xA;&lt;p&gt;很多人第一次接触 iptables，感受通常都差不多：&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;命令很长&lt;/li&gt;&#xA;&lt;li&gt;选项很多&lt;/li&gt;&#xA;&lt;li&gt;一旦写错，可能直接把自己锁在服务器外面&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;于是大家要么机械记忆几条命令，要么直接复制网上的脚本，却始终不明白 iptables 到底在做什么。&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
