Sorry for the convenience if my question has already been asked but i didn't
find any archive of this mailing list.
I have some problem with the timeout of LWP. I use LWP::Parallel::UserAgent
with
libwww v5.44 and userAgent v2.43 with the following configuration
redirect(1)
max_hosts(8)
max_req(8)
in_order(1)
duplicates(0)
timeout(8)
And it seems that my program stops while fetching some url for a very very
long time (some hours sometimes)
Moreover i got "broken pipe" when i register too much urls (around 1000
urls)
Has anybody got the same problem ?
As i said i suspect a bug in the implementation of timeout in the
perl-libwww library
Philippe