<?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: Multi-threaded gzip</title>
	<atom:link href="http://farrokhi.net/blog/index.php/archives/535/feed" rel="self" type="application/rss+xml" />
	<link>http://farrokhi.net/blog/index.php/archives/535</link>
	<description>UNIX, InfoSec, Networking</description>
	<lastBuildDate>Sat, 08 Oct 2011 09:57:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Babak Farrokhi</title>
		<link>http://farrokhi.net/blog/index.php/archives/535/comment-page-1#comment-1386</link>
		<dc:creator>Babak Farrokhi</dc:creator>
		<pubDate>Sat, 06 Aug 2011 04:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://farrokhi.net/blog/?p=535#comment-1386</guid>
		<description>I am afraid it does not.</description>
		<content:encoded><![CDATA[<p>I am afraid it does not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Babak Farrokhi</title>
		<link>http://farrokhi.net/blog/index.php/archives/535/comment-page-1#comment-1017</link>
		<dc:creator>Babak Farrokhi</dc:creator>
		<pubDate>Fri, 10 Sep 2010 10:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://farrokhi.net/blog/?p=535#comment-1017</guid>
		<description>For CentOS 5.x x64 I believe you may use the RPM from here: http://rpmfind.net//linux/RPM/epel/5/x86_64/pigz-2.1.6-1.el5.x86_64.html

As for tar, I am not sure if any parallel implementation exists.</description>
		<content:encoded><![CDATA[<p>For CentOS 5.x x64 I believe you may use the RPM from here: <a href="http://rpmfind.net//linux/RPM/epel/5/x86_64/pigz-2.1.6-1.el5.x86_64.html" rel="nofollow">http://rpmfind.net//linux/RPM/epel/5/x86_64/pigz-2.1.6-1.el5.x86_64.html</a></p>
<p>As for tar, I am not sure if any parallel implementation exists.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Babak Farrokhi</title>
		<link>http://farrokhi.net/blog/index.php/archives/535/comment-page-1#comment-1016</link>
		<dc:creator>Babak Farrokhi</dc:creator>
		<pubDate>Fri, 10 Sep 2010 05:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://farrokhi.net/blog/?p=535#comment-1016</guid>
		<description>Well, &lt;a href=&quot;http://www.zlib.net/pigz/&quot; rel=&quot;nofollow&quot;&gt;pigz&lt;/a&gt; will do that.</description>
		<content:encoded><![CDATA[<p>Well, <a href="http://www.zlib.net/pigz/" rel="nofollow">pigz</a> will do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John M</title>
		<link>http://farrokhi.net/blog/index.php/archives/535/comment-page-1#comment-1015</link>
		<dc:creator>John M</dc:creator>
		<pubDate>Thu, 09 Sep 2010 23:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://farrokhi.net/blog/?p=535#comment-1015</guid>
		<description>Speaking of tar are you aware of any parallel implementation of tar ?</description>
		<content:encoded><![CDATA[<p>Speaking of tar are you aware of any parallel implementation of tar ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John M</title>
		<link>http://farrokhi.net/blog/index.php/archives/535/comment-page-1#comment-1014</link>
		<dc:creator>John M</dc:creator>
		<pubDate>Thu, 09 Sep 2010 23:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://farrokhi.net/blog/?p=535#comment-1014</guid>
		<description>excuse me...  I meant gzip...not tar...</description>
		<content:encoded><![CDATA[<p>excuse me&#8230;  I meant gzip&#8230;not tar&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John M</title>
		<link>http://farrokhi.net/blog/index.php/archives/535/comment-page-1#comment-1013</link>
		<dc:creator>John M</dc:creator>
		<pubDate>Thu, 09 Sep 2010 23:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://farrokhi.net/blog/?p=535#comment-1013</guid>
		<description>Ok great, just want to be sure.  I found another archive tool that was multithreaded but due to the nature of the way the archives were made it would only extract archives made via single thread in a single thread mode.

Here it is:
http://www.linux.com/archive/feature/126412

&quot;One caveat with pbunzip2 is that it will only use multiple cores if the bzip2 compressed file was created with pbzip2&quot;

So pigz is a drop in replacement for tar?  I&#039;m an above average novice with Linux.  Any info anywhere to help me get it installed on Centos 5 x64 ?</description>
		<content:encoded><![CDATA[<p>Ok great, just want to be sure.  I found another archive tool that was multithreaded but due to the nature of the way the archives were made it would only extract archives made via single thread in a single thread mode.</p>
<p>Here it is:<br />
<a href="http://www.linux.com/archive/feature/126412" rel="nofollow">http://www.linux.com/archive/feature/126412</a></p>
<p>&#8220;One caveat with pbunzip2 is that it will only use multiple cores if the bzip2 compressed file was created with pbzip2&#8243;</p>
<p>So pigz is a drop in replacement for tar?  I&#8217;m an above average novice with Linux.  Any info anywhere to help me get it installed on Centos 5 x64 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Babak Farrokhi</title>
		<link>http://farrokhi.net/blog/index.php/archives/535/comment-page-1#comment-1012</link>
		<dc:creator>Babak Farrokhi</dc:creator>
		<pubDate>Thu, 09 Sep 2010 08:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://farrokhi.net/blog/?p=535#comment-1012</guid>
		<description>Its what exactly &quot;pigz -d&quot; or &quot;unpigz&quot; does.</description>
		<content:encoded><![CDATA[<p>Its what exactly &#8220;pigz -d&#8221; or &#8220;unpigz&#8221; does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John M</title>
		<link>http://farrokhi.net/blog/index.php/archives/535/comment-page-1#comment-1011</link>
		<dc:creator>John M</dc:creator>
		<pubDate>Thu, 09 Sep 2010 05:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://farrokhi.net/blog/?p=535#comment-1011</guid>
		<description>I&#039;m curious if pigz will utilize mutliple cores when decompressing archives that were compressed using gzip(single core)...</description>
		<content:encoded><![CDATA[<p>I&#8217;m curious if pigz will utilize mutliple cores when decompressing archives that were compressed using gzip(single core)&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MM</title>
		<link>http://farrokhi.net/blog/index.php/archives/535/comment-page-1#comment-1010</link>
		<dc:creator>MM</dc:creator>
		<pubDate>Fri, 06 Aug 2010 12:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://farrokhi.net/blog/?p=535#comment-1010</guid>
		<description>Thanks, really good tool - I often compress 3-5GB files on 8-core machine and this tool speeds it up a lot!  :)</description>
		<content:encoded><![CDATA[<p>Thanks, really good tool &#8211; I often compress 3-5GB files on 8-core machine and this tool speeds it up a lot!  <img src='http://farrokhi.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IT_Architect</title>
		<link>http://farrokhi.net/blog/index.php/archives/535/comment-page-1#comment-960</link>
		<dc:creator>IT_Architect</dc:creator>
		<pubDate>Wed, 08 Jul 2009 18:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://farrokhi.net/blog/?p=535#comment-960</guid>
		<description>I had plenty of time on my hands while I was compressing a bunch of large files.  It seemed like my Nehalem was doing about as good as Core 2 Duo.  My curiosity got me checking the monitor wondering if gzip was smart enough to thread.  Apparently not.  The monitor showed I was using one core.  I Googled and happened on your post.  I appreciate you posting this.  I will have to check it out.</description>
		<content:encoded><![CDATA[<p>I had plenty of time on my hands while I was compressing a bunch of large files.  It seemed like my Nehalem was doing about as good as Core 2 Duo.  My curiosity got me checking the monitor wondering if gzip was smart enough to thread.  Apparently not.  The monitor showed I was using one core.  I Googled and happened on your post.  I appreciate you posting this.  I will have to check it out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

