<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Comments for page &quot;Running things in parallel in BASH&quot;</title>
		<link>http://piotr.gabryjeluk.pl/dev:running-things-in-parallel-in-bash/comments/show</link>
		<description></description>
				<copyright></copyright>
		<lastBuildDate>Sat, 11 Feb 2012 21:10:11 +0000</lastBuildDate>
		
					<item>
				<guid>http://piotr.gabryjeluk.pl/dev:running-things-in-parallel-in-bash/comments/show#post-1119339</guid>
				<title>(no title)</title>
				<link>http://piotr.gabryjeluk.pl/dev:running-things-in-parallel-in-bash/comments/show#post-1119339</link>
				<description></description>
				<pubDate>Fri, 08 Apr 2011 14:13:34 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>After those helpful comments, my favorite method to run things in parallel now is <tt>xargs</tt> :-).</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://piotr.gabryjeluk.pl/dev:running-things-in-parallel-in-bash/comments/show#post-1119118</guid>
				<title>(no title)</title>
				<link>http://piotr.gabryjeluk.pl/dev:running-things-in-parallel-in-bash/comments/show#post-1119118</link>
				<description></description>
				<pubDate>Fri, 08 Apr 2011 07:09:05 +0000</pubDate>
				<wikidot:authorName>Johannes</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Check it out, I just posted another take on the issue. I don't use polling:<br /> <a href="http://johannes.jakeapp.com/blog/category/fun-with-linux/201104/parallel-task-execution-in-bash">http://johannes.jakeapp.com/blog/category/fun-with-linux/201104/parallel-task-execution-in-bash</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://piotr.gabryjeluk.pl/dev:running-things-in-parallel-in-bash/comments/show#post-859094</guid>
				<title>Difference between GNU Parallel and xjobs/xargs</title>
				<link>http://piotr.gabryjeluk.pl/dev:running-things-in-parallel-in-bash/comments/show#post-859094</link>
				<description></description>
				<pubDate>Sat, 28 Aug 2010 01:33:58 +0000</pubDate>
				<wikidot:authorName>Ole Tange</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Before you choose between GNU Parallel, xjobs, and xargs you may want to read about the differences.</p> <p><a href="http://www.gnu.org/software/parallel/man.html#differences_between_xargs_and_gnu_parallel">http://www.gnu.org/software/parallel/man.html#differences_between_xargs_and_gnu_parallel</a></p> <p><a href="http://www.gnu.org/software/parallel/man.html#differences_between_xjobs_and_gnu_parallel">http://www.gnu.org/software/parallel/man.html#differences_between_xjobs_and_gnu_parallel</a></p> <p>A new intro video shows more examples: <a href="http://www.youtube.com/watch?v=OpaiGYxkSuQ">http://www.youtube.com/watch?v=OpaiGYxkSuQ</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://piotr.gabryjeluk.pl/dev:running-things-in-parallel-in-bash/comments/show#post-845269</guid>
				<title>xargs -P, xjobs</title>
				<link>http://piotr.gabryjeluk.pl/dev:running-things-in-parallel-in-bash/comments/show#post-845269</link>
				<description></description>
				<pubDate>Sat, 07 Aug 2010 19:11:14 +0000</pubDate>
				<wikidot:authorName>Seth</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>xargs (GNU version) supports parallellism, xjobs (from Solaris but portable) does a better job of isolating output.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://piotr.gabryjeluk.pl/dev:running-things-in-parallel-in-bash/comments/show#post-808108</guid>
				<title>(no title)</title>
				<link>http://piotr.gabryjeluk.pl/dev:running-things-in-parallel-in-bash/comments/show#post-808108</link>
				<description></description>
				<pubDate>Mon, 14 Jun 2010 07:22:39 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thank you for this hint. Parallel is very nice (present in Ubuntu repositories, though not Debian's ones).</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>
