<?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: Using wait, $!, and () for threading in bash</title>
	<atom:link href="http://blog.apokalyptik.com/2008/12/11/using-wait-and-for-threading-in-bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.apokalyptik.com/2008/12/11/using-wait-and-for-threading-in-bash/</link>
	<description>The random things that spew forth from my brain...</description>
	<lastBuildDate>Mon, 06 Sep 2010 01:58:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
	<item>
		<title>By: Thorsten</title>
		<link>http://blog.apokalyptik.com/2008/12/11/using-wait-and-for-threading-in-bash/comment-page-1/#comment-8767</link>
		<dc:creator>Thorsten</dc:creator>
		<pubDate>Mon, 01 Feb 2010 14:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.apokalyptik.com/?p=348#comment-8767</guid>
		<description>Thanks for bringing &quot;wait&quot; to my attention. I needed something to run a couple of processes at once, making sure that as soon as on process ends a new one is filling up its spot in the queue. The result using wait and jobs is here http://sourcebench.com/languages/bash/simple-parallel-processing-with-bash-using-wait-and-jobs/</description>
		<content:encoded><![CDATA[<p>Thanks for bringing &#8220;wait&#8221; to my attention. I needed something to run a couple of processes at once, making sure that as soon as on process ends a new one is filling up its spot in the queue. The result using wait and jobs is here <a href="http://sourcebench.com/languages/bash/simple-parallel-processing-with-bash-using-wait-and-jobs/" rel="nofollow">http://sourcebench.com/languages/bash/simple-parallel-processing-with-bash-using-wait-and-jobs/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
