in reply to
fork()ing a large process
I tend to recommend
Parallel::ForkManager
for tasks like this.
Comment on
Re: fork()ing a large process
In Section
Seekers of Perl Wisdom