in reply to Most memory efficient way to threading
I switched from LWP to WWW::Curl::Simple, which was sufficiently parallel for my purposes and allowed me to use an unthreaded Perl, which is faster and uses less memory. It may not work for you, but it worked nicely for me.
|
|---|