<?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: Parallel downloads with wget</title>
	<atom:link href="http://techblog.zabuchy.net/2010/parallel-downloads-with-wget/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.zabuchy.net/2010/parallel-downloads-with-wget/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=parallel-downloads-with-wget</link>
	<description>GNU/Linux, Open Source and 42</description>
	<lastBuildDate>Tue, 15 May 2012 08:03:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Eduardo Bustamante</title>
		<link>http://techblog.zabuchy.net/2010/parallel-downloads-with-wget/comment-page-1/#comment-1722</link>
		<dc:creator>Eduardo Bustamante</dc:creator>
		<pubDate>Sun, 12 Feb 2012 22:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.zabuchy.net/?p=90#comment-1722</guid>
		<description>I think it&#039;s more efficient if you do something like: 

split url.txt url.txt.; ls -1 url.txt.* &#124; xargs -n 1 -P 10 wget -i

This solves the one-URL-one-Wget problem, since in this case you will get one Wget instance per file. Also, if the URLs are from the same domain, and if the server supports it, Wget will use persistent connections, further speeding up the downloads.</description>
		<content:encoded><![CDATA[<p>I think it&#8217;s more efficient if you do something like: </p>
<p>split url.txt url.txt.; ls -1 url.txt.* | xargs -n 1 -P 10 wget -i</p>
<p>This solves the one-URL-one-Wget problem, since in this case you will get one Wget instance per file. Also, if the URLs are from the same domain, and if the server supports it, Wget will use persistent connections, further speeding up the downloads.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ole Tange</title>
		<link>http://techblog.zabuchy.net/2010/parallel-downloads-with-wget/comment-page-1/#comment-62</link>
		<dc:creator>Ole Tange</dc:creator>
		<pubDate>Fri, 11 Jun 2010 09:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.zabuchy.net/?p=90#comment-62</guid>
		<description>Using GNU Parallel http://www.gnu.org/software/parallel/ is it even shorter:

cat url.txt &#124; parallel wget</description>
		<content:encoded><![CDATA[<p>Using GNU Parallel <a href="http://www.gnu.org/software/parallel/" rel="nofollow">http://www.gnu.org/software/parallel/</a> is it even shorter:</p>
<p>cat url.txt | parallel wget</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sciencia-Geek &#187; Descargas en paralelo con Wget</title>
		<link>http://techblog.zabuchy.net/2010/parallel-downloads-with-wget/comment-page-1/#comment-17</link>
		<dc:creator>Sciencia-Geek &#187; Descargas en paralelo con Wget</dc:creator>
		<pubDate>Tue, 25 May 2010 16:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.zabuchy.net/?p=90#comment-17</guid>
		<description>[...] http://techblog.zabuchy.net/      Written by Jp Neira in: Computación / Internet &#124; Etiquetas: descargas, wget, ¡¡¡Software [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://techblog.zabuchy.net/" rel="nofollow">http://techblog.zabuchy.net/</a>      Written by Jp Neira in: Computación / Internet | Etiquetas: descargas, wget, ¡¡¡Software [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

