<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Detect CPU count from Shell</title>
	<link>http://codeblog.palos.ro/2008/02/12/detect-cpu-count-from-shell/</link>
	<description>Thoughts about high architecture and sheer speed.</description>
	<pubDate>Tue, 07 Feb 2012 14:54:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: sid</title>
		<link>http://codeblog.palos.ro/2008/02/12/detect-cpu-count-from-shell/#comment-262</link>
		<author>sid</author>
		<pubDate>Tue, 12 Feb 2008 12:17:06 +0000</pubDate>
		<guid>http://codeblog.palos.ro/2008/02/12/detect-cpu-count-from-shell/#comment-262</guid>
					<description>thats for the update</description>
		<content:encoded><![CDATA[<p>thats for the update</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Stephen Douglas</title>
		<link>http://codeblog.palos.ro/2008/02/12/detect-cpu-count-from-shell/#comment-360</link>
		<author>Stephen Douglas</author>
		<pubDate>Thu, 03 Apr 2008 08:43:31 +0000</pubDate>
		<guid>http://codeblog.palos.ro/2008/02/12/detect-cpu-count-from-shell/#comment-360</guid>
					<description>Or you can just use:

grep -c processor /proc/cpuinfo</description>
		<content:encoded><![CDATA[<p>Or you can just use:</p>
<p>grep -c processor /proc/cpuinfo</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Valeriu Paloş</title>
		<link>http://codeblog.palos.ro/2008/02/12/detect-cpu-count-from-shell/#comment-361</link>
		<author>Valeriu Paloş</author>
		<pubDate>Thu, 03 Apr 2008 11:35:33 +0000</pubDate>
		<guid>http://codeblog.palos.ro/2008/02/12/detect-cpu-count-from-shell/#comment-361</guid>
					<description>Yap! That's actually better since it only uses one external tool (i.e. grep). Good job!</description>
		<content:encoded><![CDATA[<p>Yap! That&#8217;s actually better since it only uses one external tool (i.e. grep). Good job!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ubuntu packages for latest PHP snapshots &#124; Paloş::Code.Blog()</title>
		<link>http://codeblog.palos.ro/2008/02/12/detect-cpu-count-from-shell/#comment-385</link>
		<author>Ubuntu packages for latest PHP snapshots &#124; Paloş::Code.Blog()</author>
		<pubDate>Thu, 08 May 2008 04:20:13 +0000</pubDate>
		<guid>http://codeblog.palos.ro/2008/02/12/detect-cpu-count-from-shell/#comment-385</guid>
					<description>[...] and thus running much faster (or &#8220;make -j4&#8243; if you have 4 cores and so on&#8230; - see this post on how to get the CPU [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] and thus running much faster (or &#8220;make -j4&#8243; if you have 4 cores and so on&#8230; - see this post on how to get the CPU [&#8230;]</p>
]]></content:encoded>
				</item>
</channel>
</rss>

