Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Leave it running

by Anonymous Monk
on Dec 04, 2003 at 06:51 UTC ( [id://312127]=note: print w/replies, xml ) Need Help??


in reply to Leave it running

my webhost sucks....I have had to manually install all of my own perl modules in my own library (since I don't have root priveledge, thanks to perlmonks for showing me how). My system does not have a lot of stuff installed already. man screen does not work, this sucks, I hate my webhost. -Kevin

Replies are listed 'Best First'.
Screen Re: Leave it running
by QM (Parson) on Dec 04, 2003 at 06:57 UTC
    You may have luck installing screen on your own, since it is available through this link.

    -QM
    --
    Quantum Mechanics: The dreams stuff is made of

Re: Re: Leave it running
by Anonymous Monk on Dec 04, 2003 at 07:04 UTC
    nohup doesn't work either!

    -Kevin

      Try this, inside your perl script:

      $SIG{HUP} = 'IGNORE';

      Then try running it in the background (script.pl &).

      Or, to act like a real daemon process, read perlipc under the 'Complete Dissociation of Child from Parent' section.

      --
      3dan

Log In?
Username:
Password:

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

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

    No recent polls found