Re: Any python scripts to do parallel downloading?
- From: "Carl Banks" <pavlovevidence@xxxxxxxxx>
- Date: 31 Jan 2007 12:24:21 -0800
Michele Simionato wrote:
On Jan 31, 5:23 pm, "Frank Potter" <could....@xxxxxxxxx> wrote:
I want to find a multithreaded downloading lib in python,
can someone recommend one for me, please?
Thanks~
Why do you want to use threads for that? Twisted is the
obvious solution for your problem,
Overkill? Just to download a few web pages? You've got to be
kidding.
but you may use any
asynchronous framework, as for instance the good ol
Tkinter:
Well, of all the things you can use threads for, this is probably the
simplest, so I don't see any reason to prefer asynchronous method
unless you're used to it. One Queue for dispatching should be enough
to synchronize everything; maybe a Queue or simple lock at end as well
depending on the need.
The OP might not even care whether it's threaded or asynchronous.
Carl Banks
.
- Follow-Ups:
- Re: Any python scripts to do parallel downloading?
- From: Jean-Paul Calderone
- Re: Any python scripts to do parallel downloading?
- References:
- Any python scripts to do parallel downloading?
- From: Frank Potter
- Re: Any python scripts to do parallel downloading?
- From: Michele Simionato
- Any python scripts to do parallel downloading?
- Prev by Date: Re: DCOP memory leak?
- Next by Date: Re: Any python scripts to do parallel downloading?
- Previous by thread: Re: Any python scripts to do parallel downloading?
- Next by thread: Re: Any python scripts to do parallel downloading?
- Index(es):
Relevant Pages
|