Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: how do i create a daemon ??

by Brovnik (Hermit)
on Sep 28, 2001 at 20:17 UTC ( [id://115424]=note: print w/replies, xml ) Need Help??


in reply to how do i create a daemon ??

I want to create a daemon

Use Proc::Daemon

that runs two perl programs that I have made, but not

Use fork to create new processes.

if the programs is running one of the other programs schould be check every 5 min and the other schould be check every 15 min. and

Several options, depending on how sure you want to be. One simple way is for the child process to save it's PID in a known location such as /var/run and delete as it exits. The parent can check for the known files before starting the child.

Use sleep or e.g. Sys::AlarmCall to set timers.

I want the daemon to run as xxdaemon not perl ./daemon.pl

Rename daemon.pl as xxdaemon, make it executable and make sure it has a shebang line.
--
Brovnik

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-25 21:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found