in reply to •Re: Re: •Re: Run N similar tasks in parallel
in thread Run N similar tasks in parallel
By checking the value of waitpid for a possible -1 return, I never "think" I have kids left when I really don't. The -1 force-resets the hash.
Good, I should check for the return value of wait as well. Thanks.
Sorry if I am bothering you about this, but I am missing an information: why do you prefer waitpid to wait? Flexybility? Possibility to make waitpid a non-blocking call? What?
Thanks in advance.
--bronto
The very nature of Perl to be like natural language--inconsistant and full of dwim and special cases--makes it impossible to know it all without simply memorizing the documentation (which is not complete or totally correct anyway).
--John M. Dlugosz
|
---|
Replies are listed 'Best First'. | |
---|---|
•Re: Don't wait: waitpid. Why?
by merlyn (Sage) on Feb 26, 2003 at 14:13 UTC | |
by Abigail-II (Bishop) on Feb 26, 2003 at 14:42 UTC | |
by merlyn (Sage) on Feb 26, 2003 at 14:47 UTC | |
by Abigail-II (Bishop) on Feb 26, 2003 at 14:54 UTC |
In Section
Snippets Section