Re: Any python scripts to do parallel downloading?
- From: Jean-Paul Calderone <exarkun@xxxxxxxxxx>
- Date: Wed, 31 Jan 2007 17:20:16 -0500
On Wed, 31 Jan 2007 13:52:35 -0800, "Carl J. Van Arsdall" <cvanarsdall@xxxxxxxxxx> wrote:
Jean-Paul Calderone wrote:On 31 Jan 2007 12:24:21 -0800, Carl Banks <pavlovevidence@xxxxxxxxx> wrote:
Michele Simionato wrote:
On Jan 31, 5:23 pm, "Frank Potter" <could....@xxxxxxxxx> wrote:Overkill? Just to download a few web pages? You've got to be
I want to find a multithreaded downloading lib in python,Why do you want to use threads for that? Twisted is the
can someone recommend one for me, please?
Thanks~
obvious solution for your problem,
kidding.
Better "overkill" (whatever that is) than wasting time re-implementing
the same boring thing over and over for no reason.
How is that a waste of time? I wrote the script to do it in 10 lines.
What is a waste of time is learning a whole new technology/framework to
do a simple task that can be scripted in 4 minutes.
You're right. Learning new things is bad. My mistake.
Jean-Paul
.
- Prev by Date: ctypes error on exit of win32 application
- Previous by thread: Re: Any python scripts to do parallel downloading?
- Next by thread: What is the dummy statement that do nothing in Python?
- Index(es):
Relevant Pages
|