Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Looking for a daemonizing module

by rjt (Curate)
on Sep 07, 2019 at 08:11 UTC ( [id://11105782]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Parallel::ForkManager;
     
    $pm = Parallel::ForkManager->new($MAX_PROCESSES);
    ...
     
      $pm->finish; # Terminates the child process
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-25 16:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found