<?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: How to determine if a computer is running multiple CPUs in a Silverlight, RIA or web page situation</title>
	<atom:link href="http://blog.headup.com/2009/02/how-to-determine-a-computer-is-running-multiple-processors-in-a-silverlight-ria-or-web-page-situation/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.headup.com/2009/02/how-to-determine-a-computer-is-running-multiple-processors-in-a-silverlight-ria-or-web-page-situation/</link>
	<description>Semantic Web, Blog widgets, site plugins and everything related to life at Headup.com</description>
	<lastBuildDate>Sun, 13 Jun 2010 02:36:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: TalM</title>
		<link>http://blog.headup.com/2009/02/how-to-determine-a-computer-is-running-multiple-processors-in-a-silverlight-ria-or-web-page-situation/comment-page-1/#comment-27</link>
		<dc:creator>TalM</dc:creator>
		<pubDate>Tue, 24 Mar 2009 23:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.headup.com/?p=246#comment-27</guid>
		<description>Hi Charlie,
it is possible that you processor supports hyper-threading:
http://en.wikipedia.org/wiki/Hyper-threading
if this is the case, the Operating System treats your processor as 2 processors. (nothing to fix, this is a good behavior)

Cheers,
Tal</description>
		<content:encoded><![CDATA[<p>Hi Charlie,<br />
it is possible that you processor supports hyper-threading:<br />
<a href="http://en.wikipedia.org/wiki/Hyper-threading" rel="nofollow">http://en.wikipedia.org/wiki/Hyper-threading</a><br />
if this is the case, the Operating System treats your processor as 2 processors. (nothing to fix, this is a good behavior)</p>
<p>Cheers,<br />
Tal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charlie</title>
		<link>http://blog.headup.com/2009/02/how-to-determine-a-computer-is-running-multiple-processors-in-a-silverlight-ria-or-web-page-situation/comment-page-1/#comment-26</link>
		<dc:creator>charlie</dc:creator>
		<pubDate>Tue, 24 Mar 2009 14:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.headup.com/?p=246#comment-26</guid>
		<description>i&#039;m struggling!!! i have &quot;1&quot; processor but when i use programs to detect my comps spec they all say i&#039;m running 2!!! what does that mean? and how do i fix it?</description>
		<content:encoded><![CDATA[<p>i&#8217;m struggling!!! i have &#8220;1&#8243; processor but when i use programs to detect my comps spec they all say i&#8217;m running 2!!! what does that mean? and how do i fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://blog.headup.com/2009/02/how-to-determine-a-computer-is-running-multiple-processors-in-a-silverlight-ria-or-web-page-situation/comment-page-1/#comment-25</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 11 Feb 2009 10:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.headup.com/?p=246#comment-25</guid>
		<description>Hi Adi,
Thanks for commenting!

In Silverlight I have exact control on the running threads.
You can only benefit by knowing what OS is running &amp; how many CPUs are available.

I could ignore this, and assume always that the computer has one CPU, but I&#039;d sacrifice a great deal of performance.

I like the concept of a software aware of its environment. Similar to how’s .NET’s JIT complies the IL specifically to the processor on the running computer, I think software can and should be optimized in run time.

Cheers,
Mike
&quot;I tweet @headup&quot;</description>
		<content:encoded><![CDATA[<p>Hi Adi,<br />
Thanks for commenting!</p>
<p>In Silverlight I have exact control on the running threads.<br />
You can only benefit by knowing what OS is running &amp; how many CPUs are available.</p>
<p>I could ignore this, and assume always that the computer has one CPU, but I&#8217;d sacrifice a great deal of performance.</p>
<p>I like the concept of a software aware of its environment. Similar to how’s .NET’s JIT complies the IL specifically to the processor on the running computer, I think software can and should be optimized in run time.</p>
<p>Cheers,<br />
Mike<br />
&#8220;I tweet @headup&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adi R</title>
		<link>http://blog.headup.com/2009/02/how-to-determine-a-computer-is-running-multiple-processors-in-a-silverlight-ria-or-web-page-situation/comment-page-1/#comment-24</link>
		<dc:creator>Adi R</dc:creator>
		<pubDate>Mon, 09 Feb 2009 17:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.headup.com/?p=246#comment-24</guid>
		<description>I am still unclear as to why would you do this? Especially inside a framework that doesn&#039;t let you natively control how many threads your software is spawning (such as Adobe Flash).

Also, I really dislike software which &quot;assumes&quot; so many things (OS or CPU of tomorrow, running on 16 cores, may do context switching differently), and still ends up with &quot;false positives&quot;...</description>
		<content:encoded><![CDATA[<p>I am still unclear as to why would you do this? Especially inside a framework that doesn&#8217;t let you natively control how many threads your software is spawning (such as Adobe Flash).</p>
<p>Also, I really dislike software which &#8220;assumes&#8221; so many things (OS or CPU of tomorrow, running on 16 cores, may do context switching differently), and still ends up with &#8220;false positives&#8221;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silverlight Travel &#187; Multiple CPUs in a Silverlight</title>
		<link>http://blog.headup.com/2009/02/how-to-determine-a-computer-is-running-multiple-processors-in-a-silverlight-ria-or-web-page-situation/comment-page-1/#comment-23</link>
		<dc:creator>Silverlight Travel &#187; Multiple CPUs in a Silverlight</dc:creator>
		<pubDate>Mon, 09 Feb 2009 16:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.headup.com/?p=246#comment-23</guid>
		<description>[...] more [...]</description>
		<content:encoded><![CDATA[<p>[...] more [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachel - computer hardware</title>
		<link>http://blog.headup.com/2009/02/how-to-determine-a-computer-is-running-multiple-processors-in-a-silverlight-ria-or-web-page-situation/comment-page-1/#comment-22</link>
		<dc:creator>Rachel - computer hardware</dc:creator>
		<pubDate>Mon, 09 Feb 2009 13:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.headup.com/?p=246#comment-22</guid>
		<description>Wow! This post is very informative. Nice! I&#039;ve learned another thing - the best ways on how to identify if a computer is running on multiple CPUs. Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Wow! This post is very informative. Nice! I&#8217;ve learned another thing &#8211; the best ways on how to identify if a computer is running on multiple CPUs. Thanks for sharing!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
