Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

My daemon will not restart

by graq (Curate)
on Feb 14, 2008 at 15:38 UTC ( [id://667943]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
      die $_[0];
    }
    __END__
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    print "reply: $reply\n";
    $client->close();
    __END__
    
  3. or download this
    >perl client_hup.pl
    HUP Done
    ERROR CREATING CLIENT2: Could not connect to localhost:12345: Connecti
    +on refused
    
  4. or download this
    February 14 15:26:21 localhost easy_daemon.pl[32293]: Starting Process
    +ing:  1203002781
    February 14 15:26:21 localhost easy_daemon.pl[32293]: Server starting.
    +..
    ...
    February 14 15:32:43 localhost easy_daemon.pl[32293]: Server sent HUP 
    +by client!
    February 14 15:32:43 localhost easy_daemon.pl[32293]: Server has stopp
    +ed - we need to restart!
    February 14 15:32:43 localhost easy_daemon.pl[32293]: RESTART: /usr/bi
    +n/perl, easy_daemon.pl,
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://667943]
Approved by Old_Gray_Bear
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: (5)
As of 2024-03-28 15:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found