in reply to Perl threads to open 200 http connections
Change use threads; to use threads ( stack_size => 4096 ); See Use more threads. for the explanation.
You might also consider using LWP::Simple::getstore( $url, $file ).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Perl threads to open 200 http connections
by robrt (Novice) on Aug 03, 2010 at 10:59 UTC | |
by BrowserUk (Patriarch) on Aug 03, 2010 at 11:27 UTC | |
by robrt (Novice) on Aug 04, 2010 at 13:07 UTC | |
by ikegami (Patriarch) on Aug 04, 2010 at 16:19 UTC | |
by BrowserUk (Patriarch) on Aug 04, 2010 at 16:28 UTC | |
by robrt (Novice) on Aug 05, 2010 at 14:41 UTC |