<?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.litrin.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.litrin.net</link>
	<description>It is Cool to OpenSource</description>
	<lastBuildDate>Fri, 03 Feb 2012 03:21:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Tornado的进程级别缓存用法 &#171; 开源小站 对《非阻塞的Python web框架tornado》的评论</title>
		<link>http://www.litrin.net/2011/10/18/%e9%9d%9e%e9%98%bb%e5%a1%9e%e7%9a%84python-web%e6%a1%86%e6%9e%b6tornado/comment-page-1/#comment-1949</link>
		<dc:creator>Tornado的进程级别缓存用法 &#171; 开源小站</dc:creator>
		<pubDate>Fri, 03 Feb 2012 03:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.litrin.net/?p=1581#comment-1949</guid>
		<description>[...] 之前一直在跟朋友调试一个基于tornado框架的长连接HTTP服务，并不断的优化尽量以最少的资源换取最大的连接数。我的想法是通过定期轮询一个Redis键，当键值发生改变后推送信息给客户端，并同时回写改变数据到redis以便下次比对。这种方法中规中矩，但显然每次变动都会牵扯两次Redis读写，网络开销的代价很大。即便采用了Redis pipline连接池，受通讯时间的影响，性能只能说“可以接受”而已。瓶颈在数据存储的级别。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 之前一直在跟朋友调试一个基于tornado框架的长连接HTTP服务，并不断的优化尽量以最少的资源换取最大的连接数。我的想法是通过定期轮询一个Redis键，当键值发生改变后推送信息给客户端，并同时回写改变数据到redis以便下次比对。这种方法中规中矩，但显然每次变动都会牵扯两次Redis读写，网络开销的代价很大。即便采用了Redis pipline连接池，受通讯时间的影响，性能只能说“可以接受”而已。瓶颈在数据存储的级别。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Ubuntu上KVM虚拟化的部署 &#171; 开源小站 对《Ubuntu上Xen的快速部署》的评论</title>
		<link>http://www.litrin.net/2010/10/08/ubuntu%e4%b8%8axen%e7%9a%84%e5%bf%ab%e9%80%9f%e9%83%a8%e7%bd%b2/comment-page-1/#comment-1945</link>
		<dc:creator>Ubuntu上KVM虚拟化的部署 &#171; 开源小站</dc:creator>
		<pubDate>Fri, 20 Jan 2012 08:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.litrin.net/?p=1324#comment-1945</guid>
		<description>[...] 这个KVM跟控制台切换器之类的东西一点关系没有，KVM全称Kernel-based Virtual Machine，是基于Linux核心的虚拟机。之前曾经写过基于XEN的虚拟化，最终linux世界还是没有选择XEN。KVM被正式导入Linux是在2007年的2.6.20核心上，以替代XEN，不过相对XEN来说，KVM要求CPU硬件上支持虚拟化技术，即Intel-vt或者AMD-v的支持。这对于2008年之后的机器来说几乎是标配的。对于这一个时期的CPU都一个劲的堆核心，内存也空前的便宜，硬盘也逐步到了320G起板的水平，可以大胆的玩虚拟机了！ [...]</description>
		<content:encoded><![CDATA[<p>[...] 这个KVM跟控制台切换器之类的东西一点关系没有，KVM全称Kernel-based Virtual Machine，是基于Linux核心的虚拟机。之前曾经写过基于XEN的虚拟化，最终linux世界还是没有选择XEN。KVM被正式导入Linux是在2007年的2.6.20核心上，以替代XEN，不过相对XEN来说，KVM要求CPU硬件上支持虚拟化技术，即Intel-vt或者AMD-v的支持。这对于2008年之后的机器来说几乎是标配的。对于这一个时期的CPU都一个劲的堆核心，内存也空前的便宜，硬盘也逐步到了320G起板的水平，可以大胆的玩虚拟机了！ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Ubuntu上KVM虚拟化的部署 &#171; 开源小站 对《Ctypes实现“C重构”》的评论</title>
		<link>http://www.litrin.net/2012/01/04/ctypes%e5%ae%9e%e7%8e%b0c%e9%87%8d%e6%9e%84/comment-page-1/#comment-1944</link>
		<dc:creator>Ubuntu上KVM虚拟化的部署 &#171; 开源小站</dc:creator>
		<pubDate>Fri, 20 Jan 2012 08:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.litrin.net/?p=1618#comment-1944</guid>
		<description>[...] 对比一下性能吧，还是那道题目的python原版，稍作优化： [...]</description>
		<content:encoded><![CDATA[<p>[...] 对比一下性能吧，还是那道题目的python原版，稍作优化： [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Ctypes实现“C重构” &#171; 开源小站 对《PHP的普青、文青和2B青》的评论</title>
		<link>http://www.litrin.net/2011/11/05/php%e7%9a%84%e6%99%ae%e9%9d%92%e3%80%81%e6%96%87%e9%9d%92%e5%92%8c2b%e9%9d%92/comment-page-1/#comment-1943</link>
		<dc:creator>Ctypes实现“C重构” &#171; 开源小站</dc:creator>
		<pubDate>Wed, 04 Jan 2012 08:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.litrin.net/?p=1587#comment-1943</guid>
		<description>[...] 首先是python原码：(很眼熟吗？) [...]</description>
		<content:encoded><![CDATA[<p>[...] 首先是python原码：(很眼熟吗？) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>bloging 对《给FreeBSD Ports加速的方法》的评论</title>
		<link>http://www.litrin.net/2006/08/09/%e7%bb%99freebsd-ports%e5%8a%a0%e9%80%9f%e7%9a%84%e6%96%b9%e6%b3%95/comment-page-1/#comment-1926</link>
		<dc:creator>bloging</dc:creator>
		<pubDate>Wed, 30 Nov 2011 22:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.litrin.net/?p=380#comment-1926</guid>
		<description>&lt;strong&gt;bloging...&lt;/strong&gt;

[...]给FreeBSD Ports加速的方法 &#171; 开源小站[...]...</description>
		<content:encoded><![CDATA[<p><strong>bloging&#8230;</strong></p>
<p>[...]给FreeBSD Ports加速的方法 &laquo; 开源小站[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>android phone 对《突破GAE文件数量的限制》的评论</title>
		<link>http://www.litrin.net/2010/11/26/%e7%aa%81%e7%a0%b4gae%e6%96%87%e4%bb%b6%e6%95%b0%e9%87%8f%e7%9a%84%e9%99%90%e5%88%b6/comment-page-1/#comment-1923</link>
		<dc:creator>android phone</dc:creator>
		<pubDate>Wed, 16 Nov 2011 11:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.litrin.net/?p=1343#comment-1923</guid>
		<description>&lt;strong&gt;android phone...&lt;/strong&gt;

[...]突破GAE文件数量的限制 &#171; 开源小站[...]...</description>
		<content:encoded><![CDATA[<p><strong>android phone&#8230;</strong></p>
<p>[...]突破GAE文件数量的限制 &laquo; 开源小站[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>非阻塞的Python web框架tonado &#171; 开源小站 对《重新认识下PHP的输出》的评论</title>
		<link>http://www.litrin.net/2011/01/16/%e9%87%8d%e6%96%b0%e8%ae%a4%e8%af%86%e4%b8%8bphp%e7%9a%84%e8%be%93%e5%87%ba/comment-page-1/#comment-1898</link>
		<dc:creator>非阻塞的Python web框架tonado &#171; 开源小站</dc:creator>
		<pubDate>Tue, 18 Oct 2011 08:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.litrin.net/?p=1383#comment-1898</guid>
		<description>[...] 由于项目本身是PHP的初次看到这个项目，首先想到的是Apache + mod_php的方式，配合php的ob_start()方式直接调用，就如同我之前的一篇东西所说的那样。可问题不这么简单： [...]</description>
		<content:encoded><![CDATA[<p>[...] 由于项目本身是PHP的初次看到这个项目，首先想到的是Apache + mod_php的方式，配合php的ob_start()方式直接调用，就如同我之前的一篇东西所说的那样。可问题不这么简单： [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>使用linux的/dev/shm &#171; 开源小站 对《关于使用tmpfs优化的设想》的评论</title>
		<link>http://www.litrin.net/2006/06/21/%e5%85%b3%e4%ba%8e%e4%bd%bf%e7%94%a8tmpfs%e4%bc%98%e5%8c%96%e7%9a%84%e8%ae%be%e6%83%b3/comment-page-1/#comment-1896</link>
		<dc:creator>使用linux的/dev/shm &#171; 开源小站</dc:creator>
		<pubDate>Fri, 30 Sep 2011 07:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.litrin.net/?p=355#comment-1896</guid>
		<description>[...] 挖掘一个很久之前的设想，06年的，之前的想法是用tmpfs，tmpfs是RAM和磁盘swap的混杂机制，大部分的情况是优先使用内存空间，尽管本质上是非持久存储，但性能上远不是磁盘甚至固态硬盘所能企及的。而且现在是内存空前便宜的时代，类似的方案例如memcache等，变得更有价值了。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 挖掘一个很久之前的设想，06年的，之前的想法是用tmpfs，tmpfs是RAM和磁盘swap的混杂机制，大部分的情况是优先使用内存空间，尽管本质上是非持久存储，但性能上远不是磁盘甚至固态硬盘所能企及的。而且现在是内存空前便宜的时代，类似的方案例如memcache等，变得更有价值了。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Litrin 对《WordPress google-syntax-highlighter 插件的问题》的评论</title>
		<link>http://www.litrin.net/2010/06/12/wordpress-google-syntax-highlighter-%e6%8f%92%e4%bb%b6%e7%9a%84%e9%97%ae%e9%a2%98/comment-page-1/#comment-1881</link>
		<dc:creator>Litrin</dc:creator>
		<pubDate>Sat, 17 Sep 2011 04:06:37 +0000</pubDate>
		<guid isPermaLink="false">/?p=1251#comment-1881</guid>
		<description>社交网站的分享我用的是wordpress的aynshare插件，很简单，很方便。
页面底部的统计，我用的是自己通过Sina app写的一个小工具，只要在页面的适当位置嵌入

&lt;blockquote&gt;
&lt;script script type=&quot;text/javascript&quot; src=&quot;&lt;a href=&quot;http://pageview.sinaapp.com/?request=js&quot; rel=&quot;nofollow&quot;&gt;http://pageview.sinaapp.com/?request=js&quot;&gt;&lt;/script&lt;/a&gt;&gt;
&lt;/blockquote&gt;

  就可以用了。</description>
		<content:encoded><![CDATA[<p>社交网站的分享我用的是wordpress的aynshare插件，很简单，很方便。<br />
页面底部的统计，我用的是自己通过Sina app写的一个小工具，只要在页面的适当位置嵌入</p>
<blockquote><p>
&lt;script script type=”text/javascript” src=”<a rel="nofollow" target="_blank" href="http://pageview.sinaapp.com/?request=js&quot; rel="nofollow"></a><a rel="nofollow" target="_blank" href="http://pageview.sinaapp.com/?request=js" rel="nofollow">http://pageview.sinaapp.com/?request=js</a>“&gt;&lt;/script&gt;
</p></blockquote>
<p>  就可以用了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>saber 对《WordPress google-syntax-highlighter 插件的问题》的评论</title>
		<link>http://www.litrin.net/2010/06/12/wordpress-google-syntax-highlighter-%e6%8f%92%e4%bb%b6%e7%9a%84%e9%97%ae%e9%a2%98/comment-page-1/#comment-1879</link>
		<dc:creator>saber</dc:creator>
		<pubDate>Fri, 16 Sep 2011 16:19:37 +0000</pubDate>
		<guid isPermaLink="false">/?p=1251#comment-1879</guid>
		<description>你好，请问你的主页最下面的统计和社交网站的分享，是用什么插件实现的呢？wordpress新手~</description>
		<content:encoded><![CDATA[<p>你好，请问你的主页最下面的统计和社交网站的分享，是用什么插件实现的呢？wordpress新手~</p>
]]></content:encoded>
	</item>
	<item>
		<title>unix学习笔记 对《说说“专业”》的评论</title>
		<link>http://www.litrin.net/2009/09/11/%e8%af%b4%e8%af%b4%e2%80%9c%e4%b8%93%e4%b8%9a%e2%80%9d/comment-page-1/#comment-1878</link>
		<dc:creator>unix学习笔记</dc:creator>
		<pubDate>Sat, 10 Sep 2011 23:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.litrin.net/?p=1081#comment-1878</guid>
		<description>见怪不怪了，我在东莞地区认识的所谓网络科技全是些皮包公司，或只有业务员的皮包公司!网上找的一大堆所谓的建站专家，和他们说了要求后个个最后都以最近业务太繁忙，没资源处理你的业务了！真是无语啊！</description>
		<content:encoded><![CDATA[<p>见怪不怪了，我在东莞地区认识的所谓网络科技全是些皮包公司，或只有业务员的皮包公司!网上找的一大堆所谓的建站专家，和他们说了要求后个个最后都以最近业务太繁忙，没资源处理你的业务了！真是无语啊！</p>
]]></content:encoded>
	</item>
	<item>
		<title>posix的特性——fork &#171; 开源小站 对《python multiprocessing的问题》的评论</title>
		<link>http://www.litrin.net/2010/06/23/python-multiprocessing%e7%9a%84%e9%97%ae%e9%a2%98/comment-page-1/#comment-1875</link>
		<dc:creator>posix的特性——fork &#171; 开源小站</dc:creator>
		<pubDate>Wed, 31 Aug 2011 05:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.litrin.net/?p=1260#comment-1875</guid>
		<description>[...] 记得之前曾经在一段Python中介绍过python的mulitprocess模块在windows的不兼容。其中提及了linux/Unix特有的fork方式，而windows无法实现导致的死循环。当时只是提到了一下，重点不同的关系，没有深究。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 记得之前曾经在一段Python中介绍过python的mulitprocess模块在windows的不兼容。其中提及了linux/Unix特有的fork方式，而windows无法实现导致的死循环。当时只是提到了一下，重点不同的关系，没有深究。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Saber 对《说点哲学话题》的评论</title>
		<link>http://www.litrin.net/2011/03/24/%e8%af%b4%e7%82%b9%e5%93%b2%e5%ad%a6%e8%af%9d%e9%a2%98/comment-page-1/#comment-1874</link>
		<dc:creator>Saber</dc:creator>
		<pubDate>Wed, 24 Aug 2011 07:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.litrin.net/?p=1414#comment-1874</guid>
		<description>和您想法一样～可惜大多数人不明其理而往于其中。</description>
		<content:encoded><![CDATA[<p>和您想法一样～可惜大多数人不明其理而往于其中。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Hadoop的单机部署 &#171; 开源小站 对《用publickey验证登录SSH服务器》的评论</title>
		<link>http://www.litrin.net/2006/04/10/%e7%94%a8publickey%e9%aa%8c%e8%af%81%e7%99%bb%e5%bd%95ssh%e6%9c%8d%e5%8a%a1%e5%99%a8/comment-page-1/#comment-1872</link>
		<dc:creator>Hadoop的单机部署 &#171; 开源小站</dc:creator>
		<pubDate>Fri, 19 Aug 2011 13:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.litrin.net/?p=298#comment-1872</guid>
		<description>[...] 调通ssh，具体参见这里之前的东西。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 调通ssh，具体参见这里之前的东西。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>开源小站的基础结构 &#171; 开源小站 对《完工的ATOM》的评论</title>
		<link>http://www.litrin.net/2009/07/16/%e5%ae%8c%e5%b7%a5%e7%9a%84atom/comment-page-1/#comment-1869</link>
		<dc:creator>开源小站的基础结构 &#171; 开源小站</dc:creator>
		<pubDate>Fri, 12 Aug 2011 05:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.litrin.net/?p=1041#comment-1869</guid>
		<description>[...] 后来，曾经狂热的支持了一把atom，于是自己用atom的平台搭建了一台服务器，1u高度标准机箱，atom-230,1.6G +2GRAM+160G的笔记本硬盘，操作系统选择了Ubuntu的804 Server，竟然跑得很流畅，这就是现在开源小站的主机。当然，也感谢某位朋友，免费提供了他们所代理的某款网络安全产品，用以作为我们小站的前端防火墙。在前端防火墙之后，通过端口映射的方式完成了网站80端口的指向。负担一部分iptable的任务，同时也作为SSH和远程重起主机的跳板。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 后来，曾经狂热的支持了一把atom，于是自己用atom的平台搭建了一台服务器，1u高度标准机箱，atom-230,1.6G +2GRAM+160G的笔记本硬盘，操作系统选择了Ubuntu的804 Server，竟然跑得很流畅，这就是现在开源小站的主机。当然，也感谢某位朋友，免费提供了他们所代理的某款网络安全产品，用以作为我们小站的前端防火墙。在前端防火墙之后，通过端口映射的方式完成了网站80端口的指向。负担一部分iptable的任务，同时也作为SSH和远程重起主机的跳板。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>开源小站的基础结构 &#171; 开源小站 对《WordPress的家》的评论</title>
		<link>http://www.litrin.net/2009/03/17/wordpress%e7%9a%84%e5%ae%b6/comment-page-1/#comment-1868</link>
		<dc:creator>开源小站的基础结构 &#171; 开源小站</dc:creator>
		<pubDate>Fri, 12 Aug 2011 05:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.litrin.net/?p=558#comment-1868</guid>
		<description>[...] “开源小站”最初是基于drupal构建，基础数据库是postgresql。后来由于drupal的性能问题以及框死了的postgresql，只能整体迁移到了wordpress+mysql。当然迁移好之后，考虑到drupal和wordpress的链接地址的不同，修改了wordpress的部分代码，让之前的外链不至于失效。后来索性就通过apache的mod_rewrite模块添加了301跳转，wordpress的版本也可以随着“持续演进”了。 [...]</description>
		<content:encoded><![CDATA[<p>[...] “开源小站”最初是基于drupal构建，基础数据库是postgresql。后来由于drupal的性能问题以及框死了的postgresql，只能整体迁移到了wordpress+mysql。当然迁移好之后，考虑到drupal和wordpress的链接地址的不同，修改了wordpress的部分代码，让之前的外链不至于失效。后来索性就通过apache的mod_rewrite模块添加了301跳转，wordpress的版本也可以随着“持续演进”了。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>永远的文明·变革 &#171; 开源小站 对《永远的文明》的评论</title>
		<link>http://www.litrin.net/2005/11/14/%e6%b0%b8%e8%bf%9c%e7%9a%84%e6%96%87%e6%98%8e/comment-page-1/#comment-1867</link>
		<dc:creator>永远的文明·变革 &#171; 开源小站</dc:creator>
		<pubDate>Sat, 30 Jul 2011 13:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.litrin.net/?p=59#comment-1867</guid>
		<description>[...] 几乎已经忘了这是第几次写文明这个系列的游戏了（文明4 文明5）。这次的文明只有一个副标题——变革，似乎英文版叫revolution。不知不觉这几年，一个当初的整天玩游戏的愣头青已经身为人父。只能说真的有太多变革了——微博取代了博客，渠道更畅通了，尽管废话更多了；SNS取代了论坛，社群更庞大了，尽管连垃圾时间都没了，做梦也想不到会从iPad上这么容易的获得了《文明》，尽管已经几乎无法像以前那么投入了…… [...]</description>
		<content:encoded><![CDATA[<p>[...] 几乎已经忘了这是第几次写文明这个系列的游戏了（文明4 文明5）。这次的文明只有一个副标题——变革，似乎英文版叫revolution。不知不觉这几年，一个当初的整天玩游戏的愣头青已经身为人父。只能说真的有太多变革了——微博取代了博客，渠道更畅通了，尽管废话更多了；SNS取代了论坛，社群更庞大了，尽管连垃圾时间都没了，做梦也想不到会从iPad上这么容易的获得了《文明》，尽管已经几乎无法像以前那么投入了…… [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>遭遇攻击 &#171; 开源小站 对《QQ For Linux》的评论</title>
		<link>http://www.litrin.net/2008/08/17/qq-for-linux/comment-page-1/#comment-1863</link>
		<dc:creator>遭遇攻击 &#171; 开源小站</dc:creator>
		<pubDate>Fri, 15 Jul 2011 13:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.litrin.net/?p=488#comment-1863</guid>
		<description>[...] 同时，向这位兄弟发出邀请，您可以直接联系我，接受QQ之外的任何方式，我很乐意向您透露我的网站结构以及致命缺陷，而且我保证不会以任何方式向第三方透露…… [...]</description>
		<content:encoded><![CDATA[<p>[...] 同时，向这位兄弟发出邀请，您可以直接联系我，接受QQ之外的任何方式，我很乐意向您透露我的网站结构以及致命缺陷，而且我保证不会以任何方式向第三方透露…… [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>遭遇攻击 &#171; 开源小站 对《Gtalk通知机器人脚本》的评论</title>
		<link>http://www.litrin.net/2010/12/02/gtalk%e9%80%9a%e7%9f%a5%e6%9c%ba%e5%99%a8%e4%ba%ba%e8%84%9a%e6%9c%ac/comment-page-1/#comment-1862</link>
		<dc:creator>遭遇攻击 &#171; 开源小站</dc:creator>
		<pubDate>Wed, 13 Jul 2011 11:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.litrin.net/?p=1356#comment-1862</guid>
		<description>[...] 遭遇攻击        这些天比较忙，一直没有关注我的网站。忽然手机上收到了来自Gtalk机器人的报警，说是某IP连接异常，已经触发了防火墙机制。既然已经触发防火墙的响应，暂时不再理会，各自忙各自吧。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 遭遇攻击        这些天比较忙，一直没有关注我的网站。忽然手机上收到了来自Gtalk机器人的报警，说是某IP连接异常，已经触发了防火墙机制。既然已经触发防火墙的响应，暂时不再理会，各自忙各自吧。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>石家庄鲜花店 对《分布式文件系统Moose FS的部署》的评论</title>
		<link>http://www.litrin.net/2011/06/20/%e5%88%86%e5%b8%83%e5%bc%8f%e6%96%87%e4%bb%b6%e7%b3%bb%e7%bb%9fmoose-fs%e7%9a%84%e9%83%a8%e7%bd%b2/comment-page-1/#comment-1861</link>
		<dc:creator>石家庄鲜花店</dc:creator>
		<pubDate>Fri, 24 Jun 2011 07:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.litrin.net/?p=1500#comment-1861</guid>
		<description>很看好云计算，对于终端用户来说，这样的未来很简单很舒适</description>
		<content:encoded><![CDATA[<p>很看好云计算，对于终端用户来说，这样的未来很简单很舒适</p>
]]></content:encoded>
	</item>
</channel>
</rss>

