|
I am looking to tune a perl script I have written to get images via http and save the file locally. The script makes an HTTP::Request to urls and writes the files one by one - what would be the best way to speed up the process? I guess it would be more efficient to use threads but I am new to perl and not sure which library might be good to use - Async, HTTP:Async, LWP::Parallel...
any tips would be gratefully appreciated.
Many thanks in advance
|
|
|
|
|
|
|
// |