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

Re: SIGINT Handler

by revdiablo (Prior)
on May 19, 2009 at 20:39 UTC ( [id://765025]=note: print w/replies, xml ) Need Help??


in reply to SIGINT Handler

There are a couple options. I've listed them in my order of my personal preference.

  1. Use Windows Task Scheduler instead
  2. Sleep for shorter period of time (implement a more intelligent scheduling algorithm)
  3. Disable safe signal handling. From perlipc:
    If you want the old signal behaviour back regardless of possible memory corruption, set the environment variable PERL_SIGNALS to "unsafe" (a new feature since Perl 5.8.1).

Log In?
Username:
Password:

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

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

    No recent polls found