in reply to Re: Re: Maximum # of concurrent runs
in thread Maximum # of concurrent runs

Well, whatever controls that is what has to be managed. There's nothing you can do once you've forked except continue to process, correct? So you have to control when the forks happen.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: Re: Re: Maximum # of concurrent runs