<?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>“布猫” 的评论</title>
	<atom:link href="http://www.bumao.com/index.php/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bumao.com</link>
	<description>容者大成，大道至简</description>
	<lastBuildDate>Wed, 26 Oct 2011 13:27:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>longxi 关于 apache在linux上的编译安装 的评论</title>
		<link>http://www.bumao.com/index.php/2010/11/apache-complite-on-linux.html/comment-page-1#comment-489</link>
		<dc:creator>longxi</dc:creator>
		<pubDate>Wed, 26 Oct 2011 13:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.bumao.com/?p=482#comment-489</guid>
		<description>好文章，学习了。</description>
		<content:encoded><![CDATA[<p>好文章，学习了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>亦清 关于 用php实现mongoDB的基本操作 的评论</title>
		<link>http://www.bumao.com/index.php/2010/08/php-mongo-isud.html/comment-page-1#comment-423</link>
		<dc:creator>亦清</dc:creator>
		<pubDate>Mon, 26 Sep 2011 04:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.bumao.com/?p=352#comment-423</guid>
		<description>不错 入门挺有帮助的 呵呵</description>
		<content:encoded><![CDATA[<p>不错 入门挺有帮助的 呵呵</p>
]]></content:encoded>
	</item>
	<item>
		<title>bumao 关于 也谈facebook的bigPipe 的评论</title>
		<link>http://www.bumao.com/index.php/2010/11/about-facebook-bigpipe.html/comment-page-1#comment-406</link>
		<dc:creator>bumao</dc:creator>
		<pubDate>Wed, 21 Sep 2011 03:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.bumao.com/?p=515#comment-406</guid>
		<description>to limu:呵呵，回头我再好好研究一下，谢谢指点。</description>
		<content:encoded><![CDATA[<p>to limu:呵呵，回头我再好好研究一下，谢谢指点。</p>
]]></content:encoded>
	</item>
	<item>
		<title>bumao 关于 不断变化的mongoDB结果集 的评论</title>
		<link>http://www.bumao.com/index.php/2010/08/mongo_php_cursor.html/comment-page-1#comment-405</link>
		<dc:creator>bumao</dc:creator>
		<pubDate>Wed, 21 Sep 2011 03:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.bumao.com/?p=379#comment-405</guid>
		<description>恩，不算bug，是当时我不理解。</description>
		<content:encoded><![CDATA[<p>恩，不算bug，是当时我不理解。</p>
]]></content:encoded>
	</item>
	<item>
		<title>limu 关于 也谈facebook的bigPipe 的评论</title>
		<link>http://www.bumao.com/index.php/2010/11/about-facebook-bigpipe.html/comment-page-1#comment-375</link>
		<dc:creator>limu</dc:creator>
		<pubDate>Tue, 06 Sep 2011 10:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.bumao.com/?p=515#comment-375</guid>
		<description>&quot;先点菜，然后各个大厨一起做菜，然后给用户端上来&quot;
---这个是我说的.

&quot;用户每次点菜（打开新页面）时，先载入框架，再ajax调用内容填充上去。&quot;
---这个是你的理解.但是我说的端菜的步骤不是通过多个ajax请求完成的.

端菜是通过一个http请求的多次分段输出来完成的.

chunked http就是一次http请求的响应体可以分段多次输出给客户端.通过php的flush()方法可以做到这一点,我写了demo了.

所以bigpipe这里的菜是通过一次http请求,多次端上来的.所以时间会比较长 超过500ms.

==========

#!/profile.php?id=100000868569268

所有和#!相关的内容是facebook的另一个前端框架叫做quickling,这个框架的目标是用户进入facebook之后的页面切换使用ajax来做.

bigpipe处理的是用户第一个访问facebook的页面,让他最快呈现

quickling处理的是用户第一个访问之后,在fb站内后续的交互带来的页面切换.让切换更快.

你的仁兄limu</description>
		<content:encoded><![CDATA[<p>&#8220;先点菜，然后各个大厨一起做菜，然后给用户端上来&#8221;<br />
&#8212;这个是我说的.</p>
<p>&#8220;用户每次点菜（打开新页面）时，先载入框架，再ajax调用内容填充上去。&#8221;<br />
&#8212;这个是你的理解.但是我说的端菜的步骤不是通过多个ajax请求完成的.</p>
<p>端菜是通过一个http请求的多次分段输出来完成的.</p>
<p>chunked http就是一次http请求的响应体可以分段多次输出给客户端.通过php的flush()方法可以做到这一点,我写了demo了.</p>
<p>所以bigpipe这里的菜是通过一次http请求,多次端上来的.所以时间会比较长 超过500ms.</p>
<p>==========</p>
<p>#!/profile.php?id=100000868569268</p>
<p>所有和#!相关的内容是facebook的另一个前端框架叫做quickling,这个框架的目标是用户进入facebook之后的页面切换使用ajax来做.</p>
<p>bigpipe处理的是用户第一个访问facebook的页面,让他最快呈现</p>
<p>quickling处理的是用户第一个访问之后,在fb站内后续的交互带来的页面切换.让切换更快.</p>
<p>你的仁兄limu</p>
]]></content:encoded>
	</item>
	<item>
		<title>stonetin 关于 不断变化的mongoDB结果集 的评论</title>
		<link>http://www.bumao.com/index.php/2010/08/mongo_php_cursor.html/comment-page-1#comment-360</link>
		<dc:creator>stonetin</dc:creator>
		<pubDate>Fri, 26 Aug 2011 03:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.bumao.com/?p=379#comment-360</guid>
		<description>这个应该不是bug，《mongodb权威指南》P62页 “获取一致结果” 里有描述。 不一致只在游标等待结果时集合内容被改变的情况下发生。</description>
		<content:encoded><![CDATA[<p>这个应该不是bug，《mongodb权威指南》P62页 “获取一致结果” 里有描述。 不一致只在游标等待结果时集合内容被改变的情况下发生。</p>
]]></content:encoded>
	</item>
	<item>
		<title>小布猫 关于 换个思路——在多前端单一后端的架构中使用proxy 的评论</title>
		<link>http://www.bumao.com/index.php/2011/06/apache-proxy-new-idea.html/comment-page-1#comment-328</link>
		<dc:creator>小布猫</dc:creator>
		<pubDate>Fri, 15 Jul 2011 03:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.bumao.com/?p=529#comment-328</guid>
		<description>能否一起合作运营一个专业的独立博客， 我的QQ：77645757</description>
		<content:encoded><![CDATA[<p>能否一起合作运营一个专业的独立博客， 我的QQ：77645757</p>
]]></content:encoded>
	</item>
	<item>
		<title>bumao 关于 php与mongoDB的update操作 的评论</title>
		<link>http://www.bumao.com/index.php/2010/08/mongodb_php_update.html/comment-page-1#comment-288</link>
		<dc:creator>bumao</dc:creator>
		<pubDate>Wed, 13 Apr 2011 09:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.bumao.com/?p=385#comment-288</guid>
		<description>我给你回个邮件吧～</description>
		<content:encoded><![CDATA[<p>我给你回个邮件吧～</p>
]]></content:encoded>
	</item>
	<item>
		<title>bumao 关于 php实现简单的“分享”功能 的评论</title>
		<link>http://www.bumao.com/index.php/2010/11/share-with-php.html/comment-page-1#comment-287</link>
		<dc:creator>bumao</dc:creator>
		<pubDate>Wed, 13 Apr 2011 09:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.bumao.com/?p=526#comment-287</guid>
		<description>最近有点忙啊蒙队</description>
		<content:encoded><![CDATA[<p>最近有点忙啊蒙队</p>
]]></content:encoded>
	</item>
	<item>
		<title>laperlee 关于 php实现简单的“分享”功能 的评论</title>
		<link>http://www.bumao.com/index.php/2010/11/share-with-php.html/comment-page-1#comment-285</link>
		<dc:creator>laperlee</dc:creator>
		<pubDate>Mon, 11 Apr 2011 02:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.bumao.com/?p=526#comment-285</guid>
		<description>好久米更新了</description>
		<content:encoded><![CDATA[<p>好久米更新了</p>
]]></content:encoded>
	</item>
</channel>
</rss>

