![]() |
|
Pathologically Eclectic Rubbish Lister | |
PerlMonks |
Re: spawning multiple child processesby moof1138 (Curate) |
on Jun 21, 2002 at 04:50 UTC ( #176223=note: print w/replies, xml ) | Need Help?? |
Hmm. I was thinking about this, and I just though maybe, I could use system(), use POSIX: setsid with the children to get them to separate (and set their STDIN and STDOUT to /dev/null, etc.), and have the system() call finish off that way. I think that would work. Naturally I think of it a minute after I press submit...
In Section
Seekers of Perl Wisdom
|
|