<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HttpAsyncClient - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/httpasyncclient/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Thu, 13 Nov 2014 05:36:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>使用异步HTTP提升客户端性能(HttpAsyncClient)</title>
		<link>https://www.coder4.com/archives/4320</link>
					<comments>https://www.coder4.com/archives/4320#comments</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Wed, 12 Nov 2014 09:02:14 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[HttpAsyncClient]]></category>
		<category><![CDATA[Java && J2EE]]></category>
		<category><![CDATA[异步]]></category>
		<category><![CDATA[非阻塞]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=4320</guid>

					<description><![CDATA[大家都知道，应用层的网络模型有同步、异步之分。 同步，意为着线程阻塞，只有等本次请求全部都完成了，才能进行下一次请求。 异步，好处是不阻塞当前线程，可以“万箭齐发”的将所有请求塞入缓冲区，然后谁的请求先完成就处理谁。 大家也注意到了，同步模式阻塞的只是“线程”。实际上，在异步模式流行之前，人们也经常用多线程的方式处理并发请求。然而，随着数据规模的不断加大，线程开销所带来的CPU、内存剧增，因此这种方法的应用比较有限。 近几年来，随着异步处理方案在node.js、Nginx等系[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/4320/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
