<br><br><div><span class="gmail_quote">On 12/6/06, <b class="gmail_sendername">Terrence Brannon</b> <<a href="mailto:metaperl.etc@gmail.com">metaperl.etc@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
There was a trick in your code I had never seen before. The comma was necessary to create a sequence here:<span class="q"><br> <br> >>> t = threading.Thread(target=poll, args=(host,))<br><br></span>Anyway, the program seems to head once I initiate the thread. I
</blockquote><div><br>the word "head" in the above sentence should be "lock up"... I dont know what I ws thinking. But anyway, the thread creation seems to look up the program, not execute in a separate thread.
<br></div><br>also, my attempt to do a chdir() in the main thread before each file download did not work. I think because single file is taking so long.<br><br></div><br>