Re: download limit

2008-08-10 Thread Diez B. Roggisch
Mathieu Prevot schrieb: Hi, I have a multithreaded script that mainly creates several wget processes to download files. I would like to check/see and eventually limit the bandwidth of the pool of processes. One way to do this is to change the number of wget instances, but it's a workaround. Wh

Re: download limit

2008-08-10 Thread Martin v. Löwis
> I have a multithreaded script that mainly creates several wget > processes to download files. I would like to check/see and eventually > limit the bandwidth of the pool of processes. One way to do this is to > change the number of wget instances, but it's a workaround. > > What do you recommend

download limit

2008-08-10 Thread Mathieu Prevot
Hi, I have a multithreaded script that mainly creates several wget processes to download files. I would like to check/see and eventually limit the bandwidth of the pool of processes. One way to do this is to change the number of wget instances, but it's a workaround. What do you recommend to do