<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for /contrib/famzah</title>
	<atom:link href="http://blog.famzah.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.famzah.net</link>
	<description>Enthusiasm never stops</description>
	<lastBuildDate>Fri, 03 Sep 2010 16:17:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on 2G GPRS vs. 3G UMTS connection battery usage on mobile phones by Ivan Zahariev</title>
		<link>http://blog.famzah.net/2010/05/24/2g-gprs-vs-3g-umts-connection-battery-usage-on-mobile-phones/#comment-1417</link>
		<dc:creator>Ivan Zahariev</dc:creator>
		<pubDate>Fri, 03 Sep 2010 16:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.famzah.net/?p=624#comment-1417</guid>
		<description>Stationary. The signal level meter on my phone shows maximum reception.</description>
		<content:encoded><![CDATA[<p>Stationary. The signal level meter on my phone shows maximum reception.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 2G GPRS vs. 3G UMTS connection battery usage on mobile phones by Jacob</title>
		<link>http://blog.famzah.net/2010/05/24/2g-gprs-vs-3g-umts-connection-battery-usage-on-mobile-phones/#comment-1416</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Fri, 03 Sep 2010 16:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.famzah.net/?p=624#comment-1416</guid>
		<description>did you do this will moving? or were you stationary????</description>
		<content:encoded><![CDATA[<p>did you do this will moving? or were you stationary????</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C++ vs. Python vs. Perl vs. PHP performance benchmark (part #2) by Ivan Zahariev</title>
		<link>http://blog.famzah.net/2010/08/02/cpp-vs-python-vs-perl-vs-php-performance-benchmark-part-2/#comment-1395</link>
		<dc:creator>Ivan Zahariev</dc:creator>
		<pubDate>Tue, 31 Aug 2010 13:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.famzah.net/?p=811#comment-1395</guid>
		<description>Hey, I&#039;m glad that you could use this in your research.

The calls in Linux are divided in two main parts - user-space and kernel-space (system) calls. The system calls are much less as a count, and you could do some sort of comparison there. I suppose that the &quot;high-level&quot; languages accumulate system-calls CPU time by making too many memory operations; but that&#039;s just shooting in the dark.
The user-land calls are way too many and I&#039;m not very optimistic, that you can summarize and compare the results.

If you find out something interesting, please post it here, or give us a link, so that other people can read about it too.</description>
		<content:encoded><![CDATA[<p>Hey, I&#8217;m glad that you could use this in your research.</p>
<p>The calls in Linux are divided in two main parts &#8211; user-space and kernel-space (system) calls. The system calls are much less as a count, and you could do some sort of comparison there. I suppose that the &#8220;high-level&#8221; languages accumulate system-calls CPU time by making too many memory operations; but that&#8217;s just shooting in the dark.<br />
The user-land calls are way too many and I&#8217;m not very optimistic, that you can summarize and compare the results.</p>
<p>If you find out something interesting, please post it here, or give us a link, so that other people can read about it too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C++ vs. Python vs. Perl vs. PHP performance benchmark (part #2) by Nadav</title>
		<link>http://blog.famzah.net/2010/08/02/cpp-vs-python-vs-perl-vs-php-performance-benchmark-part-2/#comment-1394</link>
		<dc:creator>Nadav</dc:creator>
		<pubDate>Tue, 31 Aug 2010 12:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.famzah.net/?p=811#comment-1394</guid>
		<description>Hello, 
My name is Nadav and I am a PhD candidate researching compiler optimizations. I like your comparison because it gives a pretty good estimate as to what overhead we see when benchmarking applications. It would be interesting to look at the call graph and see where time is spent.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
My name is Nadav and I am a PhD candidate researching compiler optimizations. I like your comparison because it gives a pretty good estimate as to what overhead we see when benchmarking applications. It would be interesting to look at the call graph and see where time is spent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C++ vs. Python vs. Perl vs. PHP performance benchmark (part #2) by SuperKoko</title>
		<link>http://blog.famzah.net/2010/08/02/cpp-vs-python-vs-perl-vs-php-performance-benchmark-part-2/#comment-1353</link>
		<dc:creator>SuperKoko</dc:creator>
		<pubDate>Wed, 25 Aug 2010 22:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.famzah.net/?p=811#comment-1353</guid>
		<description>With GCC 4.1.2 and GLIBC 2.9, kernel 2.6.30:
Launching a &quot;hello world&quot; program 5000 times (output to /dev/null) on a 2.67Ghz Pentium IV:

Perl 5.8.8: 15.4 seconds
C++ dynamically linked executable: 11.3 seconds
C++ statically linked executable: 1.13 second
C dynamically linked executable: 2.2 seconds
C statically linked executable: 0.64 second
C statically linked with dietlibc: 0.25 second

1) Dynamically linking is slow to start up.
2) C++ contains much startup overhead.
3) kernel&#039;s fork/exec overhead is very low for simple programs.
4) Dietlibc start up is very fast.</description>
		<content:encoded><![CDATA[<p>With GCC 4.1.2 and GLIBC 2.9, kernel 2.6.30:<br />
Launching a &#8220;hello world&#8221; program 5000 times (output to /dev/null) on a 2.67Ghz Pentium IV:</p>
<p>Perl 5.8.8: 15.4 seconds<br />
C++ dynamically linked executable: 11.3 seconds<br />
C++ statically linked executable: 1.13 second<br />
C dynamically linked executable: 2.2 seconds<br />
C statically linked executable: 0.64 second<br />
C statically linked with dietlibc: 0.25 second</p>
<p>1) Dynamically linking is slow to start up.<br />
2) C++ contains much startup overhead.<br />
3) kernel&#8217;s fork/exec overhead is very low for simple programs.<br />
4) Dietlibc start up is very fast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 2G GPRS vs. 3G UMTS connection battery usage on mobile phones by Anonymous</title>
		<link>http://blog.famzah.net/2010/05/24/2g-gprs-vs-3g-umts-connection-battery-usage-on-mobile-phones/#comment-1327</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 23 Aug 2010 16:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.famzah.net/?p=624#comment-1327</guid>
		<description>Nice analysis</description>
		<content:encoded><![CDATA[<p>Nice analysis</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Debian on Bifferboard by Ivan Zahariev</title>
		<link>http://blog.famzah.net/2009/11/20/running-debian-on-bifferboard/#comment-1317</link>
		<dc:creator>Ivan Zahariev</dc:creator>
		<pubDate>Sun, 22 Aug 2010 16:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.famzah.net/?p=121#comment-1317</guid>
		<description>You can install Java runtime on your Debian very easily by executing the following:
&lt;blockquote&gt;apt-get install sun-java6-bin sun-java6-jre&lt;/blockquote&gt;

You already started a &lt;a href=&quot;http://groups.google.com/group/bifferboard/browse_thread/thread/d8394cfbf18e8e7d&quot; rel=&quot;nofollow&quot;&gt;thread about Java at the Bifferboard mailing list&lt;/a&gt; and as suggested there, you can also try &lt;a href=&quot;http://en.wikipedia.org/wiki/JamVM&quot; rel=&quot;nofollow&quot;&gt;JamVM&lt;/a&gt;, which is a lighter Java runtime implementation, by executing:
&lt;blockquote&gt;apt-get install jamvm&lt;/blockquote&gt;

P.S. Please post support inquiries about Debian at the mailing list. I didn&#039;t reply in this current thread, because it wasn&#039;t about Debian, nor was asked for this OS.</description>
		<content:encoded><![CDATA[<p>You can install Java runtime on your Debian very easily by executing the following:</p>
<blockquote><p>apt-get install sun-java6-bin sun-java6-jre</p></blockquote>
<p>You already started a <a href="http://groups.google.com/group/bifferboard/browse_thread/thread/d8394cfbf18e8e7d" rel="nofollow">thread about Java at the Bifferboard mailing list</a> and as suggested there, you can also try <a href="http://en.wikipedia.org/wiki/JamVM" rel="nofollow">JamVM</a>, which is a lighter Java runtime implementation, by executing:</p>
<blockquote><p>apt-get install jamvm</p></blockquote>
<p>P.S. Please post support inquiries about Debian at the mailing list. I didn&#8217;t reply in this current thread, because it wasn&#8217;t about Debian, nor was asked for this OS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 2G GPRS vs. 3G UMTS connection battery usage on mobile phones by syedali</title>
		<link>http://blog.famzah.net/2010/05/24/2g-gprs-vs-3g-umts-connection-battery-usage-on-mobile-phones/#comment-1282</link>
		<dc:creator>syedali</dc:creator>
		<pubDate>Wed, 18 Aug 2010 13:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.famzah.net/?p=624#comment-1282</guid>
		<description>2G GPRS is best for calling while 3G is for data:like 1st gear &amp; top gear!However,future of 3G is unpredictable at present!:syedali</description>
		<content:encoded><![CDATA[<p>2G GPRS is best for calling while 3G is for data:like 1st gear &amp; top gear!However,future of 3G is unpredictable at present!:syedali</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Debian on Bifferboard by Andreas</title>
		<link>http://blog.famzah.net/2009/11/20/running-debian-on-bifferboard/#comment-1271</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Tue, 17 Aug 2010 19:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.famzah.net/?p=121#comment-1271</guid>
		<description>Hi all,

has anyone tried to run Java on a bifferboard? Are there any expierence? Does debian lenny already contain a java installation?

Best regards
Andreas</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>has anyone tried to run Java on a bifferboard? Are there any expierence? Does debian lenny already contain a java installation?</p>
<p>Best regards<br />
Andreas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Debian on Bifferboard by Ivan Zahariev</title>
		<link>http://blog.famzah.net/2009/11/20/running-debian-on-bifferboard/#comment-1266</link>
		<dc:creator>Ivan Zahariev</dc:creator>
		<pubDate>Tue, 17 Aug 2010 12:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.famzah.net/?p=121#comment-1266</guid>
		<description>You are definitely right. Very often you need swap, even for an apt-get upgrade of &quot;locales&quot;. I&#039;ve added a note about it in the article.</description>
		<content:encoded><![CDATA[<p>You are definitely right. Very often you need swap, even for an apt-get upgrade of &#8220;locales&#8221;. I&#8217;ve added a note about it in the article.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
