in reply to Re: parallel forks
in thread parallel forks

that's the problem. I think I want the forks to do different things, but it seems like none of the modules will do that in parallel and allow me to return data from the forked subroutines.

Replies are listed 'Best First'.
Re^3: parallel forks
by ikegami (Patriarch) on Sep 17, 2011 at 04:23 UTC
    Why would you ever spawn more than one child if all the children were forced to do the same thing!? It's obviously not true that they can't do different things.