Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: the sub-process wont exit until the parent does

by haukex (Archbishop)
on Mar 02, 2017 at 12:33 UTC ( [id://1183406]=note: print w/replies, xml ) Need Help??


in reply to the sub-process wont exit until the parent does

It's been a while since I worked with raw forking instead of a helper module, but as far as I can tell, your process isn't actually backgrounding itself nor waiting on its children. If you want to implement this yourself, I suggest a thorough read of perlipc.

For doing parallel processing, Parallel::ForkManager is something I see recommended often.

At the moment, I mostly use Daemon::Control for my daemons, and a while back I also used Daemon::Daemonize. See also the FAQ How do I fork a daemon process?, which recommends Proc::Daemon. Alternatively, although I unfortunately haven't yet had a chance to try it out, fellow monk afoken often recommends daemontools.

  • Comment on Re: the sub-process wont exit until the parent does

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1183406]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-24 10:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found