<br><br><div class="gmail_quote">On Wed, Jan 6, 2010 at 6:24 AM, Philip Semanchuk <span dir="ltr"><<a href="mailto:philip@semanchuk.com">philip@semanchuk.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div><div></div><div class="h5"><br>
On Jan 6, 2010, at 12:45 AM, Brian J Mingus wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Tue, Jan 5, 2010 at 9:36 PM, Philip Semanchuk <<a href="mailto:philip@semanchuk.com" target="_blank">philip@semanchuk.com</a>>wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
On Jan 5, 2010, at 11:26 PM, aditya shukla wrote:<br>
<br>
Hello people,<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I have 5 directories corresponding 5  different urls .I want to download<br>
images from those urls and place them in the respective directories.I have<br>
to extract the contents and download them simultaneously.I can extract the<br>
contents and do then one by one. My questions is for doing it<br>
simultaneously<br>
do I have to use threads?<br>
<br>
</blockquote>
<br>
No. You could spawn 5 copies of wget (or curl or a Python program that<br>
you've written). Whether or not that will perform better or be easier to<br>
code, debug and maintain depends on the other aspects of your program(s).<br>
<br>
bye<br>
Philip<br>
</blockquote>
<br>
<br>
Obviously, spawning 5 copies of wget is equivalent to starting 5 threads.<br>
The answer is 'yes'.<br>
</blockquote>
<br></div></div>
???<br>
<br>
Process != thread</blockquote><div><br></div><div>Just like the other nitpicker it is up to you to explain why the differences, and not he similarities, are relevant to this problem. </div></div><br>