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


in reply to Re^4: LWP::UserAgent lengthy download
in thread LWP::UserAgent lengthy download

Maybe now is a good moment to learn about HTTP, and the request-response mechanism?

Replies are listed 'Best First'.
Re^6: LWP::UserAgent lengthy download
by jonnyfolk (Vicar) on Feb 21, 2010 at 10:43 UTC

    Hi, I thank you for your persistence and patience!!

    I have been through the protocol you sent and and set environment variable $ENV{PERL_LWP_USE_HTTP_10} = 1; This seems to have made a difference - I am no longer getting timeouts.

    I wanted to check if this is a right/wrong move and if there are other thing s I might try to speed up the delivery of results.