![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re: No child processes - system limit?by almut (Canon) |
on Apr 01, 2010 at 13:57 UTC ( #832307=note: print w/replies, xml ) | Need Help?? |
Normally, you'd get this error (ECHILD) if you wait for a child, but there is no child, e.g.
In other words, I'm not sure if this is (directly) related to some resource limit at all... (though, of course, it might be a follow-up error of some code doing a wait for a child that never had been created, due to a resource limit like memory, or max children per user).
In Section
Seekers of Perl Wisdom
|
|