<?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>Comments on: C, Erlang, Java and Go Web Server performance test</title>
	<atom:link href="http://timyang.net/programming/c-erlang-java-performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://timyang.net/programming/c-erlang-java-performance/</link>
	<description>Tim&#039;s blog, 关于后端架构、互联网技术、分布式、大型网络应用、NoSQL、技术感悟等</description>
	<lastBuildDate>Mon, 20 May 2013 10:56:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vofam的博客 &#187; Go开发资料集合</title>
		<link>http://timyang.net/programming/c-erlang-java-performance/comment-page-2/#comment-256388</link>
		<dc:creator>Vofam的博客 &#187; Go开发资料集合</dc:creator>
		<pubDate>Sun, 13 Jan 2013 02:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://timyang.net/?p=468#comment-256388</guid>
		<description>[...] 《C, Erlang, Java 和 Go Web Server 性能测试》 Tim 原文          分类: Go语言 标签: Go，Go语言资料，Golang        评论 (0) Trackbacks (0) [...]</description>
		<content:encoded><![CDATA[<p>[...] 《C, Erlang, Java 和 Go Web Server 性能测试》 Tim 原文          分类: Go语言 标签: Go，Go语言资料，Golang        评论 (0) Trackbacks (0) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ege</title>
		<link>http://timyang.net/programming/c-erlang-java-performance/comment-page-2/#comment-210186</link>
		<dc:creator>Ege</dc:creator>
		<pubDate>Fri, 28 Sep 2012 16:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://timyang.net/?p=468#comment-210186</guid>
		<description>I use node.js in a project with 15k lines of code. It&#039;s mature (even though it still didn&#039;t reach v1) and definitely fast. I think it&#039;s one of the best things happened to web development.</description>
		<content:encoded><![CDATA[<p>I use node.js in a project with 15k lines of code. It&#8217;s mature (even though it still didn&#8217;t reach v1) and definitely fast. I think it&#8217;s one of the best things happened to web development.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EML</title>
		<link>http://timyang.net/programming/c-erlang-java-performance/comment-page-2/#comment-195918</link>
		<dc:creator>EML</dc:creator>
		<pubDate>Mon, 30 Jul 2012 20:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://timyang.net/?p=468#comment-195918</guid>
		<description>Very interested in seeing updated Go performance!</description>
		<content:encoded><![CDATA[<p>Very interested in seeing updated Go performance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 【活动预告】七周七语言系列活动之一“Go语言” &#8211; GDG Shanghai和17Geek合办 &#124; TopGeek</title>
		<link>http://timyang.net/programming/c-erlang-java-performance/comment-page-2/#comment-190116</link>
		<dc:creator>【活动预告】七周七语言系列活动之一“Go语言” &#8211; GDG Shanghai和17Geek合办 &#124; TopGeek</dc:creator>
		<pubDate>Tue, 10 Jul 2012 04:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://timyang.net/?p=468#comment-190116</guid>
		<description>[...] Erlang, Java 和 Go Web Server 性能测试》&#160;Tim&#160;原文开源项目工具系列2011-12-27&#160;密码生成器 [...]</description>
		<content:encoded><![CDATA[<p>[...] Erlang, Java 和 Go Web Server 性能测试》&nbsp;Tim&nbsp;原文开源项目工具系列2011-12-27&nbsp;密码生成器 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malix</title>
		<link>http://timyang.net/programming/c-erlang-java-performance/comment-page-2/#comment-179923</link>
		<dc:creator>Malix</dc:creator>
		<pubDate>Thu, 31 May 2012 06:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://timyang.net/?p=468#comment-179923</guid>
		<description>Interesting comparison. Can you rerun it now that Go get a new GC?</description>
		<content:encoded><![CDATA[<p>Interesting comparison. Can you rerun it now that Go get a new GC?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SocketAsyncEventArgs简易性能测试 &#171; &#171; BILLGO BOSS BILLGO BOSS</title>
		<link>http://timyang.net/programming/c-erlang-java-performance/comment-page-2/#comment-158688</link>
		<dc:creator>SocketAsyncEventArgs简易性能测试 &#171; &#171; BILLGO BOSS BILLGO BOSS</dc:creator>
		<pubDate>Sun, 15 Apr 2012 03:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://timyang.net/?p=468#comment-158688</guid>
		<description>[...] 近日看到C, Erlang, Java and Go Web Server performance test一文，决定对SocketAsyncEventArgs做个简单的测试。测试平台为Thinkpad X200(CPU: P8400)，Ubuntu 10.10，MONO 2.10，OpenJDK1.6。SocketAsyncEventArgs的代码来源于MSDN上的示例代码并稍作修改，另外使用Netty 3.2.4作为对比，配置及测试方法参考C, Erlang, Java and Go Web Server performance test一文。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 近日看到C, Erlang, Java and Go Web Server performance test一文，决定对SocketAsyncEventArgs做个简单的测试。测试平台为Thinkpad X200(CPU: P8400)，Ubuntu 10.10，MONO 2.10，OpenJDK1.6。SocketAsyncEventArgs的代码来源于MSDN上的示例代码并稍作修改，另外使用Netty 3.2.4作为对比，配置及测试方法参考C, Erlang, Java and Go Web Server performance test一文。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Best Android widgets</title>
		<link>http://timyang.net/programming/c-erlang-java-performance/comment-page-2/#comment-138695</link>
		<dc:creator>Best Android widgets</dc:creator>
		<pubDate>Wed, 22 Feb 2012 20:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://timyang.net/?p=468#comment-138695</guid>
		<description>C, Erlang, Java and Go Web Server performance test &#8211; Tim[åŽç«¯æŠ€æœ¯] I was recommended this blog by my cousin. I&#039;m not sure whether this post is written by him as no one else know such detailed about my difficulty. You are incredible! Thanks! your article about C, Erlang, Java and Go Web Server performance test &#8211; Tim[åŽç«¯æŠ€æœ¯]Best Regards Shane</description>
		<content:encoded><![CDATA[<p>C, Erlang, Java and Go Web Server performance test &#8211; Tim[åŽç«¯æŠ€æœ¯] I was recommended this blog by my cousin. I&#8217;m not sure whether this post is written by him as no one else know such detailed about my difficulty. You are incredible! Thanks! your article about C, Erlang, Java and Go Web Server performance test &#8211; Tim[åŽç«¯æŠ€æœ¯]Best Regards Shane</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Go语言资料收集 &#124; 我的博客</title>
		<link>http://timyang.net/programming/c-erlang-java-performance/comment-page-2/#comment-128618</link>
		<dc:creator>Go语言资料收集 &#124; 我的博客</dc:creator>
		<pubDate>Thu, 26 Jan 2012 03:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://timyang.net/?p=468#comment-128618</guid>
		<description>[...] 2009-11-11 《C, Erlang, Java 和 Go Web Server 性能测试》 Tim 原文 [...]</description>
		<content:encoded><![CDATA[<p>[...] 2009-11-11 《C, Erlang, Java 和 Go Web Server 性能测试》 Tim 原文 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fjjiaboming</title>
		<link>http://timyang.net/programming/c-erlang-java-performance/comment-page-2/#comment-106405</link>
		<dc:creator>fjjiaboming</dc:creator>
		<pubDate>Wed, 14 Dec 2011 04:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://timyang.net/?p=468#comment-106405</guid>
		<description>unfair test . 
Web Containers are few .</description>
		<content:encoded><![CDATA[<p>unfair test .<br />
Web Containers are few .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://timyang.net/programming/c-erlang-java-performance/comment-page-2/#comment-96223</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 28 Nov 2011 15:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://timyang.net/?p=468#comment-96223</guid>
		<description>Node.js = cancer. If you use that piece of crap for any sizable project you have much bigger problems than performance.</description>
		<content:encoded><![CDATA[<p>Node.js = cancer. If you use that piece of crap for any sizable project you have much bigger problems than performance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
