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
> 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
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