<?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>Nick Heppleston's BizTalk Blog &#187; Hardware</title>
	<atom:link href="http://www.modhul.com/category/hardware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.modhul.com</link>
	<description>Experiences of a UK BizTalk Consultant</description>
	<lastBuildDate>Sun, 13 Mar 2011 17:01:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>The New CPU Bottleneck</title>
		<link>http://www.modhul.com/2007/11/16/the-new-cpu-bottleneck/</link>
		<comments>http://www.modhul.com/2007/11/16/the-new-cpu-bottleneck/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 17:30:46 +0000</pubDate>
		<dc:creator>Nick Heppleston</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://www.modhul.com/2007/11/16/the-new-cpu-bottleneck/</guid>
		<description><![CDATA[Over on the Pluralsight blog, Joe Hummel talks about supercomputing in 2007 and some of the worrying problems the chip manufacturers are starting to encounter as we move to dual-, quad- (and above) cores. In a nutshell, the chip manufacturers seem to have hit a brick wall in terms of CPU speed (levelling off at [...]]]></description>
			<content:encoded><![CDATA[<p>Over on the Pluralsight blog, Joe Hummel talks about <a href="http://pluralsight.com/blogs/drjoe/archive/2007/11/16/49181.aspx" title="Supercomputing 2007: " target="_blank">supercomputing in 2007</a> and some of the worrying problems the chip manufacturers are starting to encounter as we move to dual-, quad- (and above) cores.</p>
<p>In a nutshell, the chip manufacturers seem to have hit a brick wall in terms of CPU speed (levelling off at around 3GHz) and are therefore focusing on the number of cores on a chip. However, compiler optimisation has brought us to a point with the current chip technology where optimised code needs between 16Gb and 24Gb bandwidth to memory which simply doesn&#8217;t exist (even in high-end corporate servers). As a result, CPU&#8217;s spend a lot of time hanging-around waiting for data to come from RAM or cache; factor in dual, quad or the new range of eight-core processors and you&#8217;ve got one massive waste of CPU cycles waiting for data to come from memory (the cost of each memory level read is roughly a factor of 10, so CPU to L1 is 10 cycles, CPU to L2 is 100, CPU to L3 is 1,000, and CPU to RAM is 10,000 cycles).</p>
<p>Hummel argues that optimising compilers shouldn&#8217;t just look at reducing the number of cycles to accomplish the task, but should rather look at how best to use the multiple-core technology. One such trick might be to have one core reading data into the cache and a second performing compute functions, swapping roles once there is no more data. Initial calculation suggest that a performance increase of between 1.5x and 1.7x are possible using this method.</p>
<p>If you&#8217;re interested in hardware and all that stuff, well worth a read (hey, the <a href="http://www.modhul.com/wp-admin/So%20%E2%80%9CData%20Streaming%E2%80%9D%20is%20the%20idea%20that%20instead%20of%20always%20agressively%20doing%20computation,%20you%20instead%20aggressively%20fill%20the%20cache%20with%20data%20you%20will%20need,%20and%20then%20do%20computation%20once%20the%20data%20arrives.%20%20If%20you%20have%202%20cores,%20then%20core%20#1%20can%20be%20reading%20data%20while%20core%20#2%20is%20computing;%20when%20core%20#2%20runs%20out%20of%20data,%20it%20starts%20reading%20data%20while%20core%20#1%20executes" title="Pluralsight Blog" target="_blank">Pluralsight blog</a> is worth a read just for the great BizTalk content if nothing else!)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.modhul.com/2007/11/16/the-new-cpu-bottleneck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

