<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	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>张经纬的博客 &#187; 多进程</title>
	<atom:link href="http://www.zhangjingwei.com/archives/tag/%e5%a4%9a%e8%bf%9b%e7%a8%8b/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zhangjingwei.com</link>
	<description></description>
	<lastBuildDate>Fri, 14 Oct 2011 09:01:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>简介 Google chrome 多进程的浏览器</title>
		<link>http://www.zhangjingwei.com/archives/chrome/</link>
		<comments>http://www.zhangjingwei.com/archives/chrome/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 03:56:13 +0000</pubDate>
		<dc:creator>张经纬</dc:creator>
				<category><![CDATA[浏览器]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[多进程]]></category>

		<guid isPermaLink="false">http://www.zhangjingwei.com/?p=271</guid>
		<description><![CDATA[随着浏览器市场的激烈战争，在Firefox退出3.0后，微软也推出了IE8 Beta2。Google公司也不甘寂寞，即将推出开源浏览器Chrome。 Google认为，随着网络的普及，人们在网上听歌，Play Web-Base Games越来越依赖浏览器，它们认为这样的浏览器较之以往的浏览器必须更稳定、更快速、更安全、更绿色、更简单、更高效。要做到这些就必须使用开源的浏览器，此时Chrome横空出世。 Chrome与传统浏览器不同的是,传统浏览器无论采用选项卡或是其他方式，都只有一个进程，而Chrome，每一个选项卡(Tabs)，都具备一个独立的进程，因此，他可以防止javascript存在的一些弊端（等待响应），以及传统浏览器的弊端（一个选项卡挂掉，整个浏览器挂掉）。更通俗的说，Chrome是一个“多进程”浏览器。 传统来说，多线程都存在内存占用过大的弊端。Chrome在每一个进程结束的时候，采用了新的方法，回收并可再利用内存空间，在一定程度上解决了这个问题。 下载地址：http://www.google.com/chrome]]></description>
		<wfw:commentRss>http://www.zhangjingwei.com/archives/chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

