http://www.perlmonks.org?node_id=180219


in reply to Re: Many children, but never more than a fixed number at once.
in thread Many children, but never more than a fixed number at once.

Yeah, but that requires you to do three lines of code - to create an object (why? What's so OO about this?), and two calls (to ->start and ->finish) for each piece of code you want to execute.

With mfork or afork, all you have is one call.

But this is Perl, so there are more ways to do things.

Abigail