<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>《Go标准库http与fasthttp服务端性能比较》的评论</title>
	<atom:link href="http://tonybai.com/2021/04/25/server-side-performance-nethttp-vs-fasthttp/feed/" rel="self" type="application/rss+xml" />
	<link>https://tonybai.com/2021/04/25/server-side-performance-nethttp-vs-fasthttp/</link>
	<description>一个程序员的心路历程</description>
	<lastBuildDate>Wed, 25 Mar 2026 09:21:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2021/04/25/server-side-performance-nethttp-vs-fasthttp/#comment-7696</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Sun, 07 May 2023 10:34:41 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=3181#comment-7696</guid>
		<description>在文中，我所说的“饱和”指的是客户端与服务端建立connection后，持续不断的发送请求，绑定的goroutine持续处理这个conn的请求，没机会放回worker pool中。这样，fasthttp的“goroutine池”的意义就不那么明显了。基本上就“退化”成与net/http一样的处理模型了。</description>
		<content:encoded><![CDATA[<p>在文中，我所说的“饱和”指的是客户端与服务端建立connection后，持续不断的发送请求，绑定的goroutine持续处理这个conn的请求，没机会放回worker pool中。这样，fasthttp的“goroutine池”的意义就不那么明显了。基本上就“退化”成与net/http一样的处理模型了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：w</title>
		<link>https://tonybai.com/2021/04/25/server-side-performance-nethttp-vs-fasthttp/#comment-7695</link>
		<dc:creator>w</dc:creator>
		<pubDate>Sun, 07 May 2023 04:21:36 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=3181#comment-7695</guid>
		<description>“饱和”请求指的什么？ 能否举例说明</description>
		<content:encoded><![CDATA[<p>“饱和”请求指的什么？ 能否举例说明</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：白一梓</title>
		<link>https://tonybai.com/2021/04/25/server-side-performance-nethttp-vs-fasthttp/#comment-7574</link>
		<dc:creator>白一梓</dc:creator>
		<pubDate>Tue, 09 Nov 2021 10:00:04 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=3181#comment-7574</guid>
		<description>写得不错，有自己的思考，蛮珍贵的。</description>
		<content:encoded><![CDATA[<p>写得不错，有自己的思考，蛮珍贵的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Leo</title>
		<link>https://tonybai.com/2021/04/25/server-side-performance-nethttp-vs-fasthttp/#comment-7555</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Fri, 25 Jun 2021 01:24:50 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=3181#comment-7555</guid>
		<description>搜索点进来，看了几篇文章，发现质量好高！厉害！</description>
		<content:encoded><![CDATA[<p>搜索点进来，看了几篇文章，发现质量好高！厉害！</p>
]]></content:encoded>
	</item>
</channel>
</rss>
