<?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>评论：人肉gzip</title>
	<atom:link href="http://www.aoao.org.cn/blog/2008/11/human-flesh-gzip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aoao.org.cn/blog/2008/11/human-flesh-gzip/</link>
	<description>没落的角落</description>
	<lastBuildDate>Thu, 25 Feb 2010 10:33:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：aoao</title>
		<link>http://www.aoao.org.cn/blog/2008/11/human-flesh-gzip/#comment-73714</link>
		<dc:creator>aoao</dc:creator>
		<pubDate>Mon, 02 Nov 2009 02:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.aoao.org.cn/?p=118#comment-73714</guid>
		<description>我发现他也只给了结果</description>
		<content:encoded><![CDATA[<p>我发现他也只给了结果</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：华晨</title>
		<link>http://www.aoao.org.cn/blog/2008/11/human-flesh-gzip/#comment-73667</link>
		<dc:creator>华晨</dc:creator>
		<pubDate>Sun, 01 Nov 2009 13:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.aoao.org.cn/?p=118#comment-73667</guid>
		<description>和在网上看到的一篇半自动化gzip差不多，但是没有他说的详细。建议博主看一看那篇文章。Google搜索半自动化gzip第一个就是了。</description>
		<content:encoded><![CDATA[<p>和在网上看到的一篇半自动化gzip差不多，但是没有他说的详细。建议博主看一看那篇文章。Google搜索半自动化gzip第一个就是了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：jao</title>
		<link>http://www.aoao.org.cn/blog/2008/11/human-flesh-gzip/#comment-55715</link>
		<dc:creator>jao</dc:creator>
		<pubDate>Sat, 21 Feb 2009 08:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.aoao.org.cn/?p=118#comment-55715</guid>
		<description>lighttpd 里的 compress 模块还可以缓存压缩后的数据，也就是第二次请求就无需耗费 cpu 来压缩了。</description>
		<content:encoded><![CDATA[<p>lighttpd 里的 compress 模块还可以缓存压缩后的数据，也就是第二次请求就无需耗费 cpu 来压缩了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：lq</title>
		<link>http://www.aoao.org.cn/blog/2008/11/human-flesh-gzip/#comment-50158</link>
		<dc:creator>lq</dc:creator>
		<pubDate>Thu, 04 Dec 2008 15:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.aoao.org.cn/?p=118#comment-50158</guid>
		<description>嗯，这篇文章远不如上一篇红火。不过一般服务器都有gzip的</description>
		<content:encoded><![CDATA[<p>嗯，这篇文章远不如上一篇红火。不过一般服务器都有gzip的</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：amer</title>
		<link>http://www.aoao.org.cn/blog/2008/11/human-flesh-gzip/#comment-47900</link>
		<dc:creator>amer</dc:creator>
		<pubDate>Sat, 22 Nov 2008 07:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.aoao.org.cn/?p=118#comment-47900</guid>
		<description>服务器端有个Apache Gzip module</description>
		<content:encoded><![CDATA[<p>服务器端有个Apache Gzip module</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：amer</title>
		<link>http://www.aoao.org.cn/blog/2008/11/human-flesh-gzip/#comment-47899</link>
		<dc:creator>amer</dc:creator>
		<pubDate>Sat, 22 Nov 2008 07:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.aoao.org.cn/?p=118#comment-47899</guid>
		<description>一般都是服务器程序自动压缩的，人肉上行下行还要折腾一下。人肉GZIP主要用于那种租虚拟空间的人吧，有服务器到不需要这么做了。。。</description>
		<content:encoded><![CDATA[<p>一般都是服务器程序自动压缩的，人肉上行下行还要折腾一下。人肉GZIP主要用于那种租虚拟空间的人吧，有服务器到不需要这么做了。。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：zlowly</title>
		<link>http://www.aoao.org.cn/blog/2008/11/human-flesh-gzip/#comment-47564</link>
		<dc:creator>zlowly</dc:creator>
		<pubDate>Thu, 20 Nov 2008 03:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.aoao.org.cn/?p=118#comment-47564</guid>
		<description>如果再结合apache的url rewrite，利用规则如果存在同名的*.*gz就直接转过去用，这样根本连后缀js、css都无需修改。好处是只是更改apache的配置而无需更改源代码，代码的移植或者更换服务器都不会出现问题。</description>
		<content:encoded><![CDATA[<p>如果再结合apache的url rewrite，利用规则如果存在同名的*.*gz就直接转过去用，这样根本连后缀js、css都无需修改。好处是只是更改apache的配置而无需更改源代码，代码的移植或者更换服务器都不会出现问题。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：老所</title>
		<link>http://www.aoao.org.cn/blog/2008/11/human-flesh-gzip/#comment-47042</link>
		<dc:creator>老所</dc:creator>
		<pubDate>Mon, 17 Nov 2008 05:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.aoao.org.cn/?p=118#comment-47042</guid>
		<description>有点意思，呵呵！</description>
		<content:encoded><![CDATA[<p>有点意思，呵呵！</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.347 seconds -->
