<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: NUMA and DragonFly	</title>
	<atom:link href="https://www.dragonflydigest.com/2017/01/09/numa-and-dragonfly/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dragonflydigest.com/2017/01/09/numa-and-dragonfly/</link>
	<description>A running description of activity related to DragonFly BSD.</description>
	<lastBuildDate>Tue, 10 Jan 2017 14:23:32 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Justin Sherrill		</title>
		<link>https://www.dragonflydigest.com/2017/01/09/numa-and-dragonfly/comment-page-1/#comment-485878</link>

		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Tue, 10 Jan 2017 14:23:32 +0000</pubDate>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=19177#comment-485878</guid>

					<description><![CDATA[Speaking in general, as the number of processors in a system increase, you don&#039;t get a linear increase in processing speed/power.  This is because you have to manage the resources available to each CPU, so there&#039;s always some overhead.  This is, for instance, why the various BSDs had (and to some extent still have) a giant lock system for handling multiprocessor work, because it&#039;s easier to have that lock hold up everything than to attempt to correctly allocate resources.

That&#039;s a general description.  In this case, NUMA means that memory allocations are &quot;close&quot; to the processors using that memory, which in a situation where all processors are busy, should reduce that overhead and improve performance.

The short answer is: CPU performance should be improved especially under heavy load on multiprocessor systems, and it won&#039;t make a significant complexity difference, as far as I can tell.  This is a complex area that I&#039;ve only had passing exposure to, so don&#039;t treat my explanation as final - but does that help?]]></description>
			<content:encoded><![CDATA[<p>Speaking in general, as the number of processors in a system increase, you don&#8217;t get a linear increase in processing speed/power.  This is because you have to manage the resources available to each CPU, so there&#8217;s always some overhead.  This is, for instance, why the various BSDs had (and to some extent still have) a giant lock system for handling multiprocessor work, because it&#8217;s easier to have that lock hold up everything than to attempt to correctly allocate resources.</p>
<p>That&#8217;s a general description.  In this case, NUMA means that memory allocations are &#8220;close&#8221; to the processors using that memory, which in a situation where all processors are busy, should reduce that overhead and improve performance.</p>
<p>The short answer is: CPU performance should be improved especially under heavy load on multiprocessor systems, and it won&#8217;t make a significant complexity difference, as far as I can tell.  This is a complex area that I&#8217;ve only had passing exposure to, so don&#8217;t treat my explanation as final &#8211; but does that help?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tim		</title>
		<link>https://www.dragonflydigest.com/2017/01/09/numa-and-dragonfly/comment-page-1/#comment-485868</link>

		<dc:creator><![CDATA[Tim]]></dc:creator>
		<pubDate>Tue, 10 Jan 2017 04:29:06 +0000</pubDate>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=19177#comment-485868</guid>

					<description><![CDATA[Also, why the change even in the first place?]]></description>
			<content:encoded><![CDATA[<p>Also, why the change even in the first place?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tim		</title>
		<link>https://www.dragonflydigest.com/2017/01/09/numa-and-dragonfly/comment-page-1/#comment-485867</link>

		<dc:creator><![CDATA[Tim]]></dc:creator>
		<pubDate>Tue, 10 Jan 2017 04:28:33 +0000</pubDate>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=19177#comment-485867</guid>

					<description><![CDATA[What overall impact will this have on performance once completed?

Will this make DBSD more complex or less?]]></description>
			<content:encoded><![CDATA[<p>What overall impact will this have on performance once completed?</p>
<p>Will this make DBSD more complex or less?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
