<?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>VPS侦探 &#187; x86_64</title>
	<atom:link href="http://www.vpser.net/tag/x86_64/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vpser.net</link>
	<description>致力于VPS主机推荐、VPS管理维护、VPS优惠信息及VPS相关的信息共享平台</description>
	<lastBuildDate>Mon, 06 Feb 2012 01:24:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>VPS主机选择32位还是64位？</title>
		<link>http://www.vpser.net/other/vps-32bit-64bit.html</link>
		<comments>http://www.vpser.net/other/vps-32bit-64bit.html#comments</comments>
		<pubDate>Sat, 23 Jan 2010 13:54:09 +0000</pubDate>
		<dc:creator>VPSer</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[32位]]></category>
		<category><![CDATA[64位]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[x86]]></category>
		<category><![CDATA[x86_64]]></category>

		<guid isPermaLink="false">http://www.vpser.net/?p=870</guid>
		<description><![CDATA[之前，我给大家介绍了VPS选购的相关文章，今天说以下VPS选择32位还是64位。 32位与64位的前生今世 当前广泛使用的CPU架构有x86和x86_64。其中x86是Intel很早推出的32位CPU架构，以前我们使用的绝大多数桌面CPU都是x86架构，包括AMD的一些CPU。 x86_64是由AMD公司在最近几年设计推出的64位CPU架构，x86_64架构刚推出的时候被称为AMD64。x86_64兼容32位的x86架构，是一个很成功的64位CPU架构。Intel在AMD推出x86_64之后，也推出了自己的x86_64架构CPU，只不过Intel称呼x86_64为Intel64，EM64T。 32位和64位系统的优缺点 64位系统可以访问超过 4GB 的超大内存地址空间，相比32位系统只能访问 4GB 的内存地址。 64位系统的性能有一定的提升，因为 CPU 有16个一般用途的寄存器，相比32位系统只有8个。 通过使用优化的 x64-64 CPU 指令，性能得到提升。 网上的一下测试表明同一应用程序64位系统比32位系统多消耗至少有60%以上的内存，这意味着需要支付更多的成本。 性能损失，因为64位是8字节，相比32位系统只有4字节。 由于x86_64兼容x86，32位的Windows和Linux等操作系统都可以很好的运行在x86_64的CPU上。x86的CPU只能运行32位的操作系统，而x86_64的CPU既可以运行64位的操作系统，也可以运行32位的操作系统。 Linux操作系统分为Linux内核和应用程序两部分。x86_64 CPU上可以运行64位的Linux内核，和32位的应用程序，而32位系Linux内核无法运行64位的程序。 查看Linux系统内核是32位还是64位，可以运行命令：uname -a，查看应用程序运行命令：file /usr/bin/*。 笔者曾用过DiaHosting、Rashost、Photonvps、Linode、Rapidxen等多家的32位和64位VPS，经验也说明，除非你对64位有特别的需求，否则还是推荐使用价格低廉、速度快的32位系统。 相关阅读： 如何选择国外VPS 选择美国主机的机房地理位置与网络分析 VPS/服务器选购之网络带宽基础知识篇 为什么在美国Windows VPS要比Linux VPS贵好多？ 向大家推荐几个对中国线路优化比较好的机房 向大家推荐几款10-20美元常用的vps 相关文章：VPSYOU 2011年8月全线VPS8折优惠码BurstNet 2011年6月Windows和Linux VPS优惠码BuyVM – $15/年 Fremont He.net 128MB OpenVZ VPS有货啦NameCheap 2010年9月优惠码RAMHOST的VPS小攻略之SSH和OpenVPN安装配置[转]Linux VPS上自动备份文件并发送到Gmail (适用G级数据的备份)(转)在VPS中安装Dropbox实现网站的实时备份[转]VPSYou Xen VPS 3月优惠码(提供Las Vegas 和Los Angeles机房)Linux [...]]]></description>
			<content:encoded><![CDATA[<p>之前，我给大家介绍了VPS选购的相关文章，今天说以下VPS选择32位还是64位。</p>
<h3>32位与64位的前生今世</h3>
<p>当前广泛使用的CPU架构有x86和x86_64。其中x86是Intel很早推出的32位CPU架构，以前我们使用的绝大多数桌面CPU都是x86架构，包括AMD的一些CPU。</p>
<p>x86_64是由AMD公司在最近几年设计推出的64位CPU架构，x86_64架构刚推出的时候被称为AMD64。x86_64兼容32位的x86架构，是一个很成功的64位CPU架构。Intel在AMD推出x86_64之后，也推出了自己的x86_64架构CPU，只不过Intel称呼x86_64为Intel64，EM64T。</p>
<h3>32位和64位系统的优缺点<span id="more-870"></span></h3>
<p>64位系统可以访问超过 4GB 的超大内存地址空间，相比32位系统只能访问 4GB 的内存地址。<br />
64位系统的性能有一定的提升，因为 CPU 有16个一般用途的寄存器，相比32位系统只有8个。<br />
通过使用优化的 x64-64 CPU 指令，性能得到提升。<br />
网上的一下测试表明同一应用程序64位系统比32位系统多消耗至少有60%以上的内存，这意味着需要支付更多的成本。<br />
性能损失，因为64位是8字节，相比32位系统只有4字节。</p>
<p>由于x86_64兼容x86，32位的Windows和Linux等操作系统都可以很好的运行在x86_64的CPU上。x86的CPU只能运行32位的操作系统，而x86_64的CPU既可以运行64位的操作系统，也可以运行32位的操作系统。</p>
<p>Linux操作系统分为Linux内核和应用程序两部分。x86_64 CPU上可以运行64位的Linux内核，和32位的应用程序，而32位系Linux内核无法运行64位的程序。</p>
<p>查看Linux系统内核是32位还是64位，可以运行命令：uname -a，查看应用程序运行命令：file /usr/bin/*。</p>
<p>笔者曾用过<a href="http://www.vpser.net/go/diahosting" target="_blank">DiaHosting</a>、<a href="http://www.vpser.net/go/rashost" target="_blank">Rashost</a>、<a href="http://www.vpser.net/go/photonvps" target="_blank">Photonvps</a>、<a href="http://www.vpser.net/go/linode" target="_blank">Linode</a>、<a href="http://www.vpser.net/go/rapidxen" target="_self">Rapidxen</a>等多家的32位和64位VPS，经验也说明，<strong>除非你对64位有特别的需求，否则还是推荐使用价格低廉、速度快的32位系统。</strong></p>
<p>相关阅读：</p>
<p><a href="http://www.vpser.net/usa-vps/how-to-choose-a-vps.html" target="_blank">如何选择国外VPS</a><br />
<a href="http://www.vpser.net/other/choose-locations-for-ur-hosting.html" target="_blank">选择美国主机的机房地理位置与网络分析</a><br />
<a rel="bookmark" href="http://www.vpser.net/other/vps-network-bandwidth.html" target="_blank">VPS/服务器选购之网络带宽基础知识篇</a><br />
<a rel="bookmark" href="http://www.vpser.net/usa-vps/windows-vps-linux-vps.html" target="_blank">为什么在美国Windows VPS要比Linux VPS贵好多？</a><br />
<a rel="bookmark" href="http://www.vpser.net/usa-vps/recommend-dc-china.html" target="_blank">向大家推荐几个对中国线路优化比较好的机房</a><br />
<a href="http://www.vpser.net/usa-vps/10-20-vps.html" target="_blank">向大家推荐几款10-20美元常用的vps</a></p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://www.vpser.net/coupons/vpsyou-2011-august-coupons.html" title="VPSYOU 2011年8月全线VPS8折优惠码">VPSYOU 2011年8月全线VPS8折优惠码</a></li><li><a href="http://www.vpser.net/coupons/burstnet-2011-june-windows-linux-vps-coupons.html" title="BurstNet 2011年6月Windows和Linux VPS优惠码">BurstNet 2011年6月Windows和Linux VPS优惠码</a></li><li><a href="http://www.vpser.net/coupons/buyvm-15-fremont-he-net-128mb-openvz-vps.html" title="BuyVM – $15/年 Fremont He.net 128MB OpenVZ VPS有货啦">BuyVM – $15/年 Fremont He.net 128MB OpenVZ VPS有货啦</a></li><li><a href="http://www.vpser.net/domain/namecheap-2010-september-coupons.html" title="NameCheap 2010年9月优惠码">NameCheap 2010年9月优惠码</a></li><li><a href="http://www.vpser.net/build/ramhost-vps-install-ssh-openvpn.html" title="RAMHOST的VPS小攻略之SSH和OpenVPN安装配置[转]">RAMHOST的VPS小攻略之SSH和OpenVPN安装配置[转]</a></li><li><a href="http://www.vpser.net/security/vps-auto-bakup-send-by-gmail.html" title="Linux VPS上自动备份文件并发送到Gmail (适用G级数据的备份)(转)">Linux VPS上自动备份文件并发送到Gmail (适用G级数据的备份)(转)</a></li><li><a href="http://www.vpser.net/manage/dropbox-backup-in-vps.html" title="在VPS中安装Dropbox实现网站的实时备份[转]">在VPS中安装Dropbox实现网站的实时备份[转]</a></li><li><a href="http://www.vpser.net/coupons/vpsyou-xen-vps-march-coupons.html" title="VPSYou Xen VPS 3月优惠码(提供Las Vegas 和Los Angeles机房)">VPSYou Xen VPS 3月优惠码(提供Las Vegas 和Los Angeles机房)</a></li><li><a href="http://www.vpser.net/manage/linux-vps-install-kde-gnome-vnc.html" title="Linux VPS上安装KDE, Gnome和VNC">Linux VPS上安装KDE, Gnome和VNC</a></li><li><a href="http://www.vpser.net/security/linux-vps-find-backdoor.html" title="Linux VPS上查找后门程序">Linux VPS上查找后门程序</a></li></ul><hr />
<p><small>© VPSer for <a href="http://www.vpser.net">VPS侦探</a>, 2010. |
<a href="http://www.vpser.net/other/vps-32bit-64bit.html">Permalink</a> |
<a href="http://www.vpser.net/other/vps-32bit-64bit.html#comments">6 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.vpser.net/other/vps-32bit-64bit.html&title=VPS主机选择32位还是64位？">del.icio.us</a>
<br/>
Post tags: <a href="http://www.vpser.net/tag/32%e4%bd%8d" rel="tag">32位</a>, <a href="http://www.vpser.net/tag/64%e4%bd%8d" rel="tag">64位</a>, <a href="http://www.vpser.net/tag/vps" rel="tag">VPS</a>, <a href="http://www.vpser.net/tag/x86" rel="tag">x86</a>, <a href="http://www.vpser.net/tag/x86_64" rel="tag">x86_64</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.vpser.net/other/vps-32bit-64bit.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

