<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments for The Linux Bloke</title>
	<atom:link href="http://www.linuxbloke.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxbloke.com</link>
	<description>Who&#039;s the Biggest Geek on the Internet?</description>
	<lastBuildDate>Sat, 14 Aug 2010 23:47:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on The Difference Between Multithreaded and Multicore Programming by MEE SQA Blog &#187; 2010 &#187; August &#187; 14</title>
		<link>http://www.linuxbloke.com/2009/06/29/the-difference-between-multithreaded-and-multicore-programming/#comment-2485</link>
		<dc:creator>MEE SQA Blog &#187; 2010 &#187; August &#187; 14</dc:creator>
		<pubDate>Sat, 14 Aug 2010 23:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxbloke.com/?p=245#comment-2485</guid>
		<description>[...] The Linux Bloke - The Difference between Multithreaded and Multicore Programming [...]</description>
		<content:encoded><![CDATA[<p>[...] The Linux Bloke &#8211; The Difference between Multithreaded and Multicore Programming [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ever tried calling a win32ole (COM) object from Ruby&#8217;s DRb? by pete</title>
		<link>http://www.linuxbloke.com/2010/06/26/ever-tried-calling-a-win32ole-com-object-from-rubys-drb/#comment-2376</link>
		<dc:creator>pete</dc:creator>
		<pubDate>Mon, 28 Jun 2010 20:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxbloke.com/?p=266#comment-2376</guid>
		<description>&lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/2618&quot; rel=&quot;nofollow&quot;&gt;A bug was filed&lt;/a&gt; about Win32Ole being non-threadsafe in 1.9.1, and it has unfortunately not been fixed. 1.8.x and 1.9.2 don&#039;t look to be affected the same way though.

I found a &lt;a href=&quot;http://gist.github.com/407804&quot; rel=&quot;nofollow&quot;&gt;workaround&lt;/a&gt; for this bug in 1.9.1, but I haven&#039;t used it in production so YMMV.</description>
		<content:encoded><![CDATA[<p><a href="http://redmine.ruby-lang.org/issues/show/2618" rel="nofollow">A bug was filed</a> about Win32Ole being non-threadsafe in 1.9.1, and it has unfortunately not been fixed. 1.8.x and 1.9.2 don&#8217;t look to be affected the same way though.</p>
<p>I found a <a href="http://gist.github.com/407804" rel="nofollow">workaround</a> for this bug in 1.9.1, but I haven&#8217;t used it in production so YMMV.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenOffice File Menu &#8220;Randomly&#8221; Pops Up on Ubuntu. by Mike</title>
		<link>http://www.linuxbloke.com/2010/01/10/openoffice-and-skype-conflicts-on-ubuntu-openoffice-file-menu-randomly-pops-up/#comment-2344</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 12 Apr 2010 03:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxbloke.com/?p=252#comment-2344</guid>
		<description>I have the same problem where the File menu always pops up randomly in OpenOffice. I am using OpenOffice.org 3.0.1 in Ubuntu 9.04. I have solved this problem by removing Compiz (an OpenGL window and compositing manager) in the terminal as follows

# sudo apt-get remove compiz compiz-core

After I logout and login again to my Ubuntu workstation, the pop up problem is gone. Note that I got this idea from:
 
http://forums.opensuse.org/get-help-here/applications/394412-problem-openoffice-file-menu-activates-itself.html  


Regards,

Mike</description>
		<content:encoded><![CDATA[<p>I have the same problem where the File menu always pops up randomly in OpenOffice. I am using OpenOffice.org 3.0.1 in Ubuntu 9.04. I have solved this problem by removing Compiz (an OpenGL window and compositing manager) in the terminal as follows</p>
<p># sudo apt-get remove compiz compiz-core</p>
<p>After I logout and login again to my Ubuntu workstation, the pop up problem is gone. Note that I got this idea from:</p>
<p><a href="http://forums.opensuse.org/get-help-here/applications/394412-problem-openoffice-file-menu-activates-itself.html" rel="nofollow">http://forums.opensuse.org/get-help-here/applications/394412-problem-openoffice-file-menu-activates-itself.html</a>  </p>
<p>Regards,</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Ruby to Migrate Databases by Fred Mitchell</title>
		<link>http://www.linuxbloke.com/2008/08/09/using-ruby-to-migrate-databases/#comment-2340</link>
		<dc:creator>Fred Mitchell</dc:creator>
		<pubDate>Wed, 06 Jan 2010 18:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxbloke.com/?p=124#comment-2340</guid>
		<description>I have not had a chance to release it yet. Alas, I am no longer at the company I developed the framework for, but I would like to release it at some point once I clean it up. Sorry for the delays, but I have a lot going on right now.</description>
		<content:encoded><![CDATA[<p>I have not had a chance to release it yet. Alas, I am no longer at the company I developed the framework for, but I would like to release it at some point once I clean it up. Sorry for the delays, but I have a lot going on right now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Ruby to Migrate Databases by Charles</title>
		<link>http://www.linuxbloke.com/2008/08/09/using-ruby-to-migrate-databases/#comment-2339</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Wed, 06 Jan 2010 17:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxbloke.com/?p=124#comment-2339</guid>
		<description>Did you end up releasing your framework for this?</description>
		<content:encoded><![CDATA[<p>Did you end up releasing your framework for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Difference Between Multithreaded and Multicore Programming by Andy Ellicott</title>
		<link>http://www.linuxbloke.com/2009/06/29/the-difference-between-multithreaded-and-multicore-programming/#comment-2338</link>
		<dc:creator>Andy Ellicott</dc:creator>
		<pubDate>Mon, 17 Aug 2009 05:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxbloke.com/?p=245#comment-2338</guid>
		<description>You won&#039;t get any arguments from me re: the advantages of columnar vs. row-oriented storage and processing for analytic (data warehousing workloads). 

But I don&#039;t agree that the benefits of multi-core databases are limited to handling large volumes of data in in query-intensive apps. Nor is multi-threading necessarily the best answer for heavy/extreme OLTP workloads. Multi-core DBMS appear to enable higher transaction throughput in OLTP workloads (and better scalability). This is due in part to the elimination of multi-threading logic in the DBMS (latching, et al), which can compose ~14% of the overhead associated with the processing of a transaction. 

Check out this paper from the 2008 SIGMOD conference: &lt;a href=&quot;http://cs-www.cs.yale.edu/homes/dna/papers/oltpperf-sigmod08.pdf&quot; rel=&quot;nofollow&quot;&gt;http://cs-www.cs.yale.edu/homes/dna/papers/oltpperf-sigmod08.pdf&lt;/a&gt;

It does a great job explaining the DBMS overhead associated with the execution of a transaction and also asserts that 90% of it is a by-product of legacy OLTP requirements and no longer necessary. 

One of the co-authors of the paper, Mike Stonebraker, has co-founded a company developing a multi-core OLTP DBMS called &lt;a href=&quot;http://www.voltdb.com&quot; rel=&quot;nofollow&quot;&gt;VoltDB&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>You won&#8217;t get any arguments from me re: the advantages of columnar vs. row-oriented storage and processing for analytic (data warehousing workloads). </p>
<p>But I don&#8217;t agree that the benefits of multi-core databases are limited to handling large volumes of data in in query-intensive apps. Nor is multi-threading necessarily the best answer for heavy/extreme OLTP workloads. Multi-core DBMS appear to enable higher transaction throughput in OLTP workloads (and better scalability). This is due in part to the elimination of multi-threading logic in the DBMS (latching, et al), which can compose ~14% of the overhead associated with the processing of a transaction. </p>
<p>Check out this paper from the 2008 SIGMOD conference: <a href="http://cs-www.cs.yale.edu/homes/dna/papers/oltpperf-sigmod08.pdf" rel="nofollow">http://cs-www.cs.yale.edu/homes/dna/papers/oltpperf-sigmod08.pdf</a></p>
<p>It does a great job explaining the DBMS overhead associated with the execution of a transaction and also asserts that 90% of it is a by-product of legacy OLTP requirements and no longer necessary. </p>
<p>One of the co-authors of the paper, Mike Stonebraker, has co-founded a company developing a multi-core OLTP DBMS called <a href="http://www.voltdb.com" rel="nofollow">VoltDB</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Ruby to Migrate Databases by Phil Schalm</title>
		<link>http://www.linuxbloke.com/2008/08/09/using-ruby-to-migrate-databases/#comment-2319</link>
		<dc:creator>Phil Schalm</dc:creator>
		<pubDate>Fri, 03 Jul 2009 05:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxbloke.com/?p=124#comment-2319</guid>
		<description>Hi Fred,

I posted a comment earlier asking if you had gotten permission to post the code you&#039;d developed or could offer any insight to someone looking to do the same thing, but it appears my comment got deleted.  Anyway, I am re-iterating my previous question about the status of the code.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Fred,</p>
<p>I posted a comment earlier asking if you had gotten permission to post the code you&#8217;d developed or could offer any insight to someone looking to do the same thing, but it appears my comment got deleted.  Anyway, I am re-iterating my previous question about the status of the code.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Difference Between Multithreaded and Multicore Programming by Justin Swanhart</title>
		<link>http://www.linuxbloke.com/2009/06/29/the-difference-between-multithreaded-and-multicore-programming/#comment-2316</link>
		<dc:creator>Justin Swanhart</dc:creator>
		<pubDate>Mon, 29 Jun 2009 20:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxbloke.com/?p=245#comment-2316</guid>
		<description>Don&#039;t look to MySQL AB to resolve multi-core issues with MySQL.  For the most part MySQL has always been and will continue to be an OLTP database, for which multithreading is a tried-and-true approach.  Where multiple cores really come into play is in handling vast amounts of data.

Row-oriented storage engines have lots of issues at scale.  What is needed is a column oriented storage engine which can process a single query in more than one thread.  

But you don&#039;t have to wait for the future.  The &lt;a href=&quot;http://www.kickfire.com&quot; rel=&quot;nofollow&quot;&gt;The Kickfire Analytics Appliance&lt;/a&gt; features a column store and a unique patented SQL chip with which to process queries in parallel.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t look to MySQL AB to resolve multi-core issues with MySQL.  For the most part MySQL has always been and will continue to be an OLTP database, for which multithreading is a tried-and-true approach.  Where multiple cores really come into play is in handling vast amounts of data.</p>
<p>Row-oriented storage engines have lots of issues at scale.  What is needed is a column oriented storage engine which can process a single query in more than one thread.  </p>
<p>But you don&#8217;t have to wait for the future.  The <a href="http://www.kickfire.com" rel="nofollow">The Kickfire Analytics Appliance</a> features a column store and a unique patented SQL chip with which to process queries in parallel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Of Character Sets, MySQL, and localization woes&#8230; by Shlomi Noach</title>
		<link>http://www.linuxbloke.com/2009/02/19/of-character-sets-mysql-and-localization-woes/#comment-240</link>
		<dc:creator>Shlomi Noach</dc:creator>
		<pubDate>Fri, 20 Feb 2009 12:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxbloke.com/?p=214#comment-240</guid>
		<description>Hi,

Good post.
Allow my to link to &lt;a href=&quot;http://code.openark.org/blog/mysql/mysqls-character-sets-and-collations-demystified&quot; rel=&quot;nofollow&quot;&gt;MySQL’s character sets and collations demystified&lt;/a&gt;, a post I wrote which explains how character sets and collations work in MySQL, as well as some best practices to use.

&quot;I find it quite puzzling that in this day and age of globalization that many of the tools don’t default to UTF8.&quot;
I couldn&#039;t agree more. For some years now I&#039;m thinking &quot;it will all be over with withing a few years&quot;, but so many websites are still working with locale specific charsets, I now feel les optimistic.

Regards</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Good post.<br />
Allow my to link to <a href="http://code.openark.org/blog/mysql/mysqls-character-sets-and-collations-demystified" rel="nofollow">MySQL’s character sets and collations demystified</a>, a post I wrote which explains how character sets and collations work in MySQL, as well as some best practices to use.</p>
<p>&#8220;I find it quite puzzling that in this day and age of globalization that many of the tools don’t default to UTF8.&#8221;<br />
I couldn&#8217;t agree more. For some years now I&#8217;m thinking &#8220;it will all be over with withing a few years&#8221;, but so many websites are still working with locale specific charsets, I now feel les optimistic.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Of Character Sets, MySQL, and localization woes&#8230; by Unicode coming to PHP 6 &#171; MySQLTalk.com</title>
		<link>http://www.linuxbloke.com/2009/02/19/of-character-sets-mysql-and-localization-woes/#comment-234</link>
		<dc:creator>Unicode coming to PHP 6 &#171; MySQLTalk.com</dc:creator>
		<pubDate>Thu, 19 Feb 2009 20:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxbloke.com/?p=214#comment-234</guid>
		<description>[...] tough part is even if you get the character sets running correctly, the tools you use to view the output may still be [...]</description>
		<content:encoded><![CDATA[<p>[...] tough part is even if you get the character sets running correctly, the tools you use to view the output may still be [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
