<?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: Computing Power Skirmish</title>
	<atom:link href="http://blog.mikezhang.com/2010/01/06/computing-power-skirmish/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mikezhang.com/2010/01/06/computing-power-skirmish</link>
	<description>thoughts of michael xiaoquan zhang professor at hkust</description>
	<lastBuildDate>Thu, 22 Jul 2010 16:56:06 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: ET</title>
		<link>http://blog.mikezhang.com/2010/01/06/computing-power-skirmish#comment-159881</link>
		<dc:creator>ET</dc:creator>
		<pubDate>Sat, 09 Jan 2010 04:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikezhang.com/?p=754#comment-159881</guid>
		<description>This reminds me a way to do it in perl.  It is as simple as creating 8 sessions in the beginning and use each of them sequentially in the loop for data processing.  I&#039;m almost sure this works... 

No need to do it now though, as the program has triumphantly ended.</description>
		<content:encoded><![CDATA[<p>This reminds me a way to do it in perl.  It is as simple as creating 8 sessions in the beginning and use each of them sequentially in the loop for data processing.  I&#8217;m almost sure this works&#8230; </p>
<p>No need to do it now though, as the program has triumphantly ended.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wei</title>
		<link>http://blog.mikezhang.com/2010/01/06/computing-power-skirmish#comment-159814</link>
		<dc:creator>Wei</dc:creator>
		<pubDate>Wed, 06 Jan 2010 21:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikezhang.com/?p=754#comment-159814</guid>
		<description>No, I meant you implement the multi-threading part in your own code. This is pretty easy to do with C# or Java.

Anyway, if you seldomly need to do that much computation, maybe it is not worthy to make your program more complex. Also, 10 hour is not that long because it can overlap with your sleep, lunch, lectures, etc.

I once thought about writing a simple distributed computing framework for Stata to utilize all lab computers during the night to speed up my computation. I didn&#039;t do that because I haven&#039;t encountered heavy computing tasks after my labor econ course project.</description>
		<content:encoded><![CDATA[<p>No, I meant you implement the multi-threading part in your own code. This is pretty easy to do with C# or Java.</p>
<p>Anyway, if you seldomly need to do that much computation, maybe it is not worthy to make your program more complex. Also, 10 hour is not that long because it can overlap with your sleep, lunch, lectures, etc.</p>
<p>I once thought about writing a simple distributed computing framework for Stata to utilize all lab computers during the night to speed up my computation. I didn&#8217;t do that because I haven&#8217;t encountered heavy computing tasks after my labor econ course project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ET</title>
		<link>http://blog.mikezhang.com/2010/01/06/computing-power-skirmish#comment-159798</link>
		<dc:creator>ET</dc:creator>
		<pubDate>Wed, 06 Jan 2010 16:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikezhang.com/?p=754#comment-159798</guid>
		<description>so you are suggesting adding that &quot;thread_concurrency=8&quot; option in my.ini?  From what I read, it only works in Solaris machines.  Anything involving rebooting MySQL is out of the question now, I&#039;m actually quite happy with the speed, it should be finished in less than 10 hours.</description>
		<content:encoded><![CDATA[<p>so you are suggesting adding that &#8220;thread_concurrency=8&#8243; option in my.ini?  From what I read, it only works in Solaris machines.  Anything involving rebooting MySQL is out of the question now, I&#8217;m actually quite happy with the speed, it should be finished in less than 10 hours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wei</title>
		<link>http://blog.mikezhang.com/2010/01/06/computing-power-skirmish#comment-159797</link>
		<dc:creator>Wei</dc:creator>
		<pubDate>Wed, 06 Jan 2010 15:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikezhang.com/?p=754#comment-159797</guid>
		<description>Interesting.

I used to do some analysis over 30 years of labor econ data. I ran a regression for each year of data. If your job is similar to this, maybe you can very simply bring in some concurrency to &quot;fully utilize&quot; the computing power:

(1) Write the script that takes input of the year, and do analysis for a single year.
(2) Use some simple multi-threading to make the active threads to be fixed at X at any time. X = 8 for your dell server.

I guess that will make the computation faster. :)</description>
		<content:encoded><![CDATA[<p>Interesting.</p>
<p>I used to do some analysis over 30 years of labor econ data. I ran a regression for each year of data. If your job is similar to this, maybe you can very simply bring in some concurrency to &#8220;fully utilize&#8221; the computing power:</p>
<p>(1) Write the script that takes input of the year, and do analysis for a single year.<br />
(2) Use some simple multi-threading to make the active threads to be fixed at X at any time. X = 8 for your dell server.</p>
<p>I guess that will make the computation faster. <img src='http://blog.mikezhang.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
