in reply to Re: Parallel::ForkManager fork/wait caveat
in thread Parallel::ForkManager fork/wait caveat

You can use fork/wait system calls in a process if you don't use the $pm->start or $pm->wait* methods in it, so you can freely use them in child processes.
  • Comment on Re: Re: Parallel::ForkManager fork/wait caveat

Replies are listed 'Best First'.
Re: Re: Re: Parallel::ForkManager fork/wait caveat
by derby (Abbot) on Oct 30, 2002 at 15:48 UTC
    Thanks dLuxx (and Aristotle). dLuxx since your monk name is very close to Parallel::ForkManager's authors name can I assume you're one in the same? If so, thanks for the module - it's going to be a great help.

    -derby