<?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: Detect number of CPUs on a machine</title>
	<atom:link href="http://valeriu.palos.ro/194/detect-number-of-cpus-on-a-machine/feed/" rel="self" type="application/rss+xml" />
	<link>http://valeriu.palos.ro/194/detect-number-of-cpus-on-a-machine/</link>
	<description>Milk, cookies and segmentation faults.</description>
	<lastBuildDate>Sun, 29 Jan 2012 13:16:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: valeriup</title>
		<link>http://valeriu.palos.ro/194/detect-number-of-cpus-on-a-machine/comment-page-1/#comment-59</link>
		<dc:creator>valeriup</dc:creator>
		<pubDate>Thu, 10 Jun 2010 07:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://valeriu.palos.ro/?p=194#comment-59</guid>
		<description>Good thinking, thanks!</description>
		<content:encoded><![CDATA[<p>Good thinking, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://valeriu.palos.ro/194/detect-number-of-cpus-on-a-machine/comment-page-1/#comment-58</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Thu, 10 Jun 2010 00:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://valeriu.palos.ro/?p=194#comment-58</guid>
		<description>Thanks for the tip, but no need to &#039;cat&#039;.
&lt;pre&gt;
grep -c &#039;^processor&#039; /proc/cpuinfo
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, but no need to &#8216;cat&#8217;.</p>
<pre>
grep -c '^processor' /proc/cpuinfo
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

