Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Disowning CRON

by Dog and Pony (Priest)
on Jun 05, 2003 at 16:30 UTC ( [id://263404]=note: print w/replies, xml ) Need Help??


in reply to Disowning CRON

Well, either fork off the process as soon as you've realized you need a new daemon, or simply start the script in the background, freeing it from cron.
You have moved into a dark place.
It is pitch black. You are likely to be eaten by a grue.

Replies are listed 'Best First'.
Re: Re: Disowning CRON
by daveime (Novice) on Jun 05, 2003 at 16:53 UTC
    Many thanks to hardburn, zby, daeve, Dog and Pony !!

    I'll try starting as a background from cron ... that seems the easiest solution.

    Dave
      If you're writing in a Linux box (i cant vouch for the other unixes) you can check out the list of start-up scripts in /etc/init.d.

      A few scripts are written to be 're-startable', and will find and restart the process in question when run with the option '-restart'.

      These scripts would give you a good idea of how they look for a process already running, in order to stop it, and start it again.

      Sam

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-03-29 12:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found