![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
No child processes - system limit?by clinton (Priest) |
on Apr 01, 2010 at 13:34 UTC ( #832300=perlquestion: print w/replies, xml ) | Need Help?? |
clinton has asked for the wisdom of the Perl Monks concerning the following question:
Hi all When running multiple HTTP requests via LWP, I occasionally get this error: select failed: no child processes. If I catch the error, and wait a little, I can repeat the request successfully. The code from LWP::Protocol::http which throws this error is this:
It seems I am running into some system limit, but I can't figure out which. ulimit -a on this (linux) system outputs this:
And the limits as reported by BSD::Resource are as follows:
Any ideas what I can change to get around this? thanks Clint
Back to
Seekers of Perl Wisdom
|
|