http://www.perlmonks.org?node_id=1077356


in reply to HTTP Requests and Threading

You are using threads so I'm guessing you would like to get this done as quickly as possible. If so, then LWP is slow compared with other HTTP clients. See Speed comparisons of HTTP clients in Perl.