<?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>《浅析&#8220;TCP Proxy&#8221;设计》的评论</title>
	<atom:link href="http://www.tektalk.org/2010/03/13/%e6%b5%85%e6%9e%90tcp-proxy%e8%ae%be%e8%ae%a1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tektalk.org/2010/03/13/%e6%b5%85%e6%9e%90tcp-proxy%e8%ae%be%e8%ae%a1/</link>
	<description>- 技术，人物，潮流</description>
	<lastBuildDate>Sun, 05 Feb 2012 11:35:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>CNJ</title>
		<link>http://www.tektalk.org/2010/03/13/%e6%b5%85%e6%9e%90tcp-proxy%e8%ae%be%e8%ae%a1/comment-page-1/#comment-18288</link>
		<dc:creator>CNJ</dc:creator>
		<pubDate>Mon, 15 Mar 2010 13:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tektalk.org/?p=8497#comment-18288</guid>
		<description>&quot;目前国内有一家fw公司也自己实现了tcpprxy，非常的强大。当然，我相信你们的智商能猜出来是谁的&quot;

是不是每一个做fw的公司都会有自己实现的tcpproxy? 说“非常强大”，仁者见仁智者见智，很难说谁好谁不好吧？</description>
		<content:encoded><![CDATA[<p>&#8220;目前国内有一家fw公司也自己实现了tcpprxy，非常的强大。当然，我相信你们的智商能猜出来是谁的&#8221;</p>
<p>是不是每一个做fw的公司都会有自己实现的tcpproxy? 说“非常强大”，仁者见仁智者见智，很难说谁好谁不好吧？</p>
]]></content:encoded>
	</item>
	<item>
		<title>llc</title>
		<link>http://www.tektalk.org/2010/03/13/%e6%b5%85%e6%9e%90tcp-proxy%e8%ae%be%e8%ae%a1/comment-page-1/#comment-18280</link>
		<dc:creator>llc</dc:creator>
		<pubDate>Mon, 15 Mar 2010 10:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tektalk.org/?p=8497#comment-18280</guid>
		<description>估计是hillstone...</description>
		<content:encoded><![CDATA[<p>估计是hillstone&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>appleleaf</title>
		<link>http://www.tektalk.org/2010/03/13/%e6%b5%85%e6%9e%90tcp-proxy%e8%ae%be%e8%ae%a1/comment-page-1/#comment-18279</link>
		<dc:creator>appleleaf</dc:creator>
		<pubDate>Mon, 15 Mar 2010 10:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tektalk.org/?p=8497#comment-18279</guid>
		<description>to droplet，不算难，就是一个生产者，多个监听者的模型。</description>
		<content:encoded><![CDATA[<p>to droplet，不算难，就是一个生产者，多个监听者的模型。</p>
]]></content:encoded>
	</item>
	<item>
		<title>appleleaf</title>
		<link>http://www.tektalk.org/2010/03/13/%e6%b5%85%e6%9e%90tcp-proxy%e8%ae%be%e8%ae%a1/comment-page-1/#comment-18278</link>
		<dc:creator>appleleaf</dc:creator>
		<pubDate>Mon, 15 Mar 2010 10:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tektalk.org/?p=8497#comment-18278</guid>
		<description>那家公司，笔者冒充毕业生混进去看看。</description>
		<content:encoded><![CDATA[<p>那家公司，笔者冒充毕业生混进去看看。</p>
]]></content:encoded>
	</item>
	<item>
		<title>droplet</title>
		<link>http://www.tektalk.org/2010/03/13/%e6%b5%85%e6%9e%90tcp-proxy%e8%ae%be%e8%ae%a1/comment-page-1/#comment-18276</link>
		<dc:creator>droplet</dc:creator>
		<pubDate>Mon, 15 Mar 2010 09:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tektalk.org/?p=8497#comment-18276</guid>
		<description>TCP proxy的难点在于支持chained application, 传统的socket接口，只能有一个process/thread监听，而不能多个application监听，也就是说，tcp context没办法在多个application之间共享。如果只有一个application，tcp stack的socket interface改一改就可以了（参考以前的khttp，一个in-kernel的web server)，如果是chained app，相互之间如何协调就是个问题。如果能够定义一套标准api（基于bsd socket)，相信会有很大的价值。</description>
		<content:encoded><![CDATA[<p>TCP proxy的难点在于支持chained application, 传统的socket接口，只能有一个process/thread监听，而不能多个application监听，也就是说，tcp context没办法在多个application之间共享。如果只有一个application，tcp stack的socket interface改一改就可以了（参考以前的khttp，一个in-kernel的web server)，如果是chained app，相互之间如何协调就是个问题。如果能够定义一套标准api（基于bsd socket)，相信会有很大的价值。</p>
]]></content:encoded>
	</item>
	<item>
		<title>z</title>
		<link>http://www.tektalk.org/2010/03/13/%e6%b5%85%e6%9e%90tcp-proxy%e8%ae%be%e8%ae%a1/comment-page-1/#comment-18270</link>
		<dc:creator>z</dc:creator>
		<pubDate>Mon, 15 Mar 2010 08:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.tektalk.org/?p=8497#comment-18270</guid>
		<description>&quot;对于技术偏着狂来说，这简直就是一种侮辱。&quot;呵呵，形容的非常生动。

目前国内有一家fw公司也自己实现了tcpprxy，非常的强大。当然，我相信你们的智商能猜出来是谁的。</description>
		<content:encoded><![CDATA[<p>&#8220;对于技术偏着狂来说，这简直就是一种侮辱。&#8221;呵呵，形容的非常生动。</p>
<p>目前国内有一家fw公司也自己实现了tcpprxy，非常的强大。当然，我相信你们的智商能猜出来是谁的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>appleleaf</title>
		<link>http://www.tektalk.org/2010/03/13/%e6%b5%85%e6%9e%90tcp-proxy%e8%ae%be%e8%ae%a1/comment-page-1/#comment-18265</link>
		<dc:creator>appleleaf</dc:creator>
		<pubDate>Mon, 15 Mar 2010 07:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tektalk.org/?p=8497#comment-18265</guid>
		<description>另外est的blog的图片很好玩，视角独特，呵呵。</description>
		<content:encoded><![CDATA[<p>另外est的blog的图片很好玩，视角独特，呵呵。</p>
]]></content:encoded>
	</item>
	<item>
		<title>appleleaf</title>
		<link>http://www.tektalk.org/2010/03/13/%e6%b5%85%e6%9e%90tcp-proxy%e8%ae%be%e8%ae%a1/comment-page-1/#comment-18254</link>
		<dc:creator>appleleaf</dc:creator>
		<pubDate>Mon, 15 Mar 2010 04:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.tektalk.org/?p=8497#comment-18254</guid>
		<description>多谢楼上两位的回复，我回来研究一下看看。</description>
		<content:encoded><![CDATA[<p>多谢楼上两位的回复，我回来研究一下看看。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

