<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>多核技术</title>
<link>http://www.kuqin.com/multi-core/</link>
<description>挖经验 / 多核技术</description>
<language>zh-cn</language>
<generator>Copyright &amp;copy; 2007-2008 &lt;A href=&quot;http://www.kuqin.com&quot;&gt;酷勤网&lt;/A&gt; All Rights Reserved
&lt;A href=&quot;http://www.miibeian.gov.cn/&quot; target=&quot;_blank&quot;&gt;京ICP备07011765号&lt;/A&gt;</generator>
<webmaster>kuqin.com@163.com</webmaster>
<item>
    <title>多核危机：Scala vs. Erlang</title>
    <link>http://www.kuqin.com/multi-core/20080709/10763.html</link>
    <description>Scala和Erlang都是致力于解决多核危机的语言。它们来自不同的背景和年代，因此对待某些问题的方式也不尽相同，然而在许多方面它们的共识大于分歧，至少在并发性上如此。对于主流语言无法帮开发者解决的压力越来越大的问题，两种语言都对提供了相似的解决途径。</description>
    <pubDate>2008-07-09</pubDate>
    <category>多核技术</category>
    <author>Niclas Nilsson译者 黄璜</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>多核处理器的影响与挑战</title>
    <link>http://www.kuqin.com/multi-core/20080108/3584.html</link>
    <description>多核程序设计在计算机世界中是个广泛而动态的领域。MCCB对于多数程序设计者而言都是一个好的开端，还将继续提供多核革命的资源，案例，基准和背景资料。</description>
    <pubDate>2008-01-08</pubDate>
    <category>多核技术</category>
    <author>不详</author>
    <comments>服务器在线</comments>
</item>
<item>
    <title>免费午餐已经结束—软件历史性地向并发靠拢</title>
    <link>http://www.kuqin.com/multi-core/20071130/2726.html</link>
    <description>并发编程也是要付出代价的。一些很明显的问题相对来说无关紧要，比如锁定。对资源的锁定降低了系统的性能，但如果你能找到办法最小化甚至消除资源共享，让操作真正并行，从而明智得当地使用锁，那么从并发执行得到的收益，要远大于在同步上蒙受的损失。</description>
    <pubDate>2007-11-30</pubDate>
    <category>多核技术</category>
    <author>Herb Sutter</author>
    <comments>Herb Sutter中文博客</comments>
</item>
<item>
    <title>积极准备、谨慎行动——应对多核编程革命</title>
    <link>http://www.kuqin.com/multi-core/20070901/766.html</link>
    <description>从单核到多核并不像处理器时钟频率的提升那样对程序员而言是透明的，如果我们的编写的程序没有针对多核的特点来设计，那就不能完全获得多核带来的性能提升。在这个新旧交替的战国时代，我们有什么选择、能否借鉴以前的开发经验...</description>
    <pubDate>2007-09-01</pubDate>
    <category>多核技术</category>
    <author>赖勇浩</author>
    <comments>CSDN博客</comments>
</item>
<item>
    <title>高性能安全设备与多核并发设计</title>
    <link>http://www.kuqin.com/multi-core/20070901/765.html</link>
    <description>多核并发程序设计：就是在应用任务相关性研究的基础上，首先实现任务的有效分解；进而依据子任务相关性分析，确定处理器核心资源分配、高速共享缓存和快速同步机制的有效利用，协调并解决多任务线程在多处理器核心上的并发运行</description>
    <pubDate>2007-09-01</pubDate>
    <category>多核技术</category>
    <author>鹰之旅</author>
    <comments>Falcon's Blog</comments>
</item>
<item>
    <title>小刘说事：多核，除了核多还有嘛用</title>
    <link>http://www.kuqin.com/multi-core/20070901/764.html</link>
    <description>多核实有一些实际意义的，虽然我们目前的需求还不是很旺盛，但是从应用的角度来看，多核是必然的趋势。</description>
    <pubDate>2007-09-01</pubDate>
    <category>多核技术</category>
    <author>小刘</author>
    <comments>新浪博客</comments>
</item>
<item>
    <title>也来说说多核</title>
    <link>http://www.kuqin.com/multi-core/20070901/763.html</link>
    <description>硬件多核化将会让多线程前所未有的变的重要，软件的性能，更多的由多线程设计的好坏来决定。存储技术的大幅提高，内存的增大及O/R Mapping技术的发展，对大多数应用来说，数据层的优化将变得不很重要，对数据层的编程甚至可能是可视化的...</description>
    <pubDate>2007-09-01</pubDate>
    <category>多核技术</category>
    <author>DSharp</author>
    <comments>博客园</comments>
</item>
<item>
    <title>驳多核无用论</title>
    <link>http://www.kuqin.com/multi-core/20070901/762.html</link>
    <description>从现在算起，2-3年之内，多核程序设计（其实就是多线程程序设计）将成为软件开发领域的热门主题。这是我的一个估计，且拭目以待吧。</description>
    <pubDate>2007-09-01</pubDate>
    <category>多核技术</category>
    <author>孟岩</author>
    <comments>CSDN博客</comments>
</item>
<item>
    <title>侃多核</title>
    <link>http://www.kuqin.com/multi-core/20070901/761.html</link>
    <description>多核带来的无非是处理能力的提高，最主要是并行处理能力。很多多核的问题，都可以被化解成为并行计算的问题来解决。所以多核并没有给理论领域带来颠覆性革命，最主要的贡献还是在工程领域。</description>
    <pubDate>2007-09-01</pubDate>
    <category>多核技术</category>
    <author>何宗键</author>
    <comments>中国博客网</comments>
</item>
<item>
    <title>多核处理器面临软件设计和存储器带宽瓶颈</title>
    <link>http://www.kuqin.com/multi-core/20070831/760.html</link>
    <description>最大的多核设计瓶颈是存储器带宽。在32个线程水平，我们的存储器通道目前虽尚未饱和，但我们仍在改进，，首先要突破的是DDR带宽。若我们想增加更多内核，我们必须增加更多的存储器通道。</description>
    <pubDate>2007-08-31</pubDate>
    <category>多核技术</category>
    <author>不详</author>
    <comments>互联网</comments>
</item>
<item>
    <title>服务器多核技术发展及展望</title>
    <link>http://www.kuqin.com/multi-core/20070831/759.html</link>
    <description>最新的多核心、超线程编程工具，可以为开发人员提供丰富的资源以供利用，只有摒弃守旧的工作习惯，尽快改变观念，跟上时代的进步，多核心、超线程编程并不会成为不可逾越的障碍。</description>
    <pubDate>2007-08-31</pubDate>
    <category>多核技术</category>
    <author>海侧卫</author>
    <comments>pconlin</comments>
</item>
<item>
    <title>英特尔多核时代的人才战略</title>
    <link>http://www.kuqin.com/multi-core/20070831/758.html</link>
    <description>培养一个掌握基本多核编程的学生需要1-2年的时间。但如果要真正要掌握多核编程、应用开发的手艺，需要常年的实践和摸索。</description>
    <pubDate>2007-08-31</pubDate>
    <category>多核技术</category>
    <author>不详</author>
    <comments>互联网</comments>
</item>
<item>
    <title>万亿级多核系统：内核之间的通信机制和内存带宽解决方案</title>
    <link>http://www.kuqin.com/multi-core/20070831/757.html</link>
    <description>关于多核技术，热心读者谈到多个内核之间的通信机制和内存带宽的问题。我们知道多核系统是在一个芯片上集成有多个处理器内核，这多个内核之间的通信要靠片上互连系统来实现。设计时，要考虑三个因素，即功耗、芯片面积以及设计复杂度。</description>
    <pubDate>2007-08-31</pubDate>
    <category>多核技术</category>
    <author>杜江凌</author>
    <comments>intel博客</comments>
</item>
<item>
    <title>为什么微处理器要从单核转向多核</title>
    <link>http://www.kuqin.com/multi-core/20070831/756.html</link>
    <description>双路CPU和双核CPU在结构和性能上又是什么关系呢？回答：双路CPU是指系统里面可以插上2颗CPU, 双核CPU是一颗CPU内部有2个内核。例如，双路服务器，里面可以有2颗CPU，这两颗CPU可以是单核的，也可以是双核，四核的...</description>
    <pubDate>2007-08-31</pubDate>
    <category>多核技术</category>
    <author>赵军</author>
    <comments>intel博客</comments>
</item>
<item>
    <title>英特尔和多核工具</title>
    <link>http://www.kuqin.com/multi-core/20070831/755.html</link>
    <description>由于多核处理器实际上会并行的执行临界区的代码，所以在使用多核处理器执行多任务程序时发生竞争的可能性就更大。而在单核中，只有不幸在计时器发生冲突时才会发生竞争情况...</description>
    <pubDate>2007-08-31</pubDate>
    <category>多核技术</category>
    <author>ednchina.com</author>
    <comments>风河首席技术官Tomas Evensen</comments>
</item>
<item>
    <title>个人用户真的要用到多核吗</title>
    <link>http://www.kuqin.com/multi-core/20070831/754.html</link>
    <description>金错刀：我觉得双核又是一次忽悠，因为我们的机器跑Vista没有多大的革命性的体验的改革，互联网伟大或者优秀巨大的原因是把忽悠最后转变成一种体验，有的人比如说苹果也是一个大户，但是转换成企业了，我觉得现在英特尔的忽悠还在进行中...</description>
    <pubDate>2007-08-31</pubDate>
    <category>多核技术</category>
    <author>IT博客沙龙</author>
    <comments>搜狐博客</comments>
</item>
<item>
    <title>从哪里开始多核技术的研究</title>
    <link>http://www.kuqin.com/multi-core/20070831/753.html</link>
    <description>在你花费很多时间考虑并行编程模型、选定操作系统并确定应该使用哪一款多核处理器之前，你需要仔细盘算一下，需要付出多少精力才能达到你的目标，还需要考虑使用并行处理可能给你的应用程序和软件带来多少好处。</description>
    <pubDate>2007-08-31</pubDate>
    <category>多核技术</category>
    <author>风河的高级技术规划主管Rob McCa</author>
    <comments>Rob McCammon's Blog</comments>
</item>
<item>
    <title>刀片服务器小胜 多核技术变数大</title>
    <link>http://www.kuqin.com/multi-core/20070831/752.html</link>
    <description>06年里双核服务器、四核服务器的市场宣传声音不绝于耳，AMD和Intel在x86指令世界里也彻底地分道扬镳起来，本来是兼容的x86技术，现在却因为AMD和Intel两家处理器厂商之间的技术标准上的各执一词，而将愈加分化。</description>
    <pubDate>2007-08-31</pubDate>
    <category>多核技术</category>
    <author>城尘</author>
    <comments>51CTO.com</comments>
</item>
<item>
    <title>多核技术与并发多线程技术介绍</title>
    <link>http://www.kuqin.com/multi-core/20070831/751.html</link>
    <description>多核技术一般指cpu的集成度，一般的厂家规则都是一个core对应到一个物理cpu，而并发多线程技术(SMT)则是指单一物理处理器能够同时分发来自多于一个硬件线程上下文的指令，可以虚化成2个逻辑的CPU。</description>
    <pubDate>2007-08-31</pubDate>
    <category>多核技术</category>
    <author>piner</author>
    <comments>Ixdba.com</comments>
</item>

</channel>
</rss>
