Re: Problem with subprocess in threaded enviroment

2008-03-13 Thread dripton
On Mar 12, 12:58 pm, Ningyu Shi <[EMAIL PROTECTED]> wrote: > I'm trying to write a multi-task downloader to download files from a > website using multi-threading. I have one thread to analyze the > webpage, get the addresses of the files to be downloaded and put these > in a Queue. Then the main th

Problem with subprocess in threaded enviroment

2008-03-12 Thread Ningyu Shi
I'm trying to write a multi-task downloader to download files from a website using multi-threading. I have one thread to analyze the webpage, get the addresses of the files to be downloaded and put these in a Queue. Then the main thread will start some threads to get the address from the queue and