Re: Calculating Download Rate

2007-01-05 Thread Gabriel Genellina
At Friday 5/1/2007 08:53, placid wrote: I want be able to work the download rate for downloading HTML pages using the urllib.urlopen(url). The way i thought i would do this is start a timer (or log the current time) just before calling this function and the stopping the timer (logging the curren

Calculating Download Rate

2007-01-05 Thread placid
Hi all, I want be able to work the download rate for downloading HTML pages using the urllib.urlopen(url). The way i thought i would do this is start a timer (or log the current time) just before calling this function and the stopping the timer (logging the current time again and the working out t