Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Why is SIGCHLD affecting sleep?

by Codon (Friar)
on Aug 10, 2007 at 17:14 UTC ( [id://631845]=note: print w/replies, xml ) Need Help??


in reply to Re: Why is SIGCHLD affecting sleep?
in thread Why is SIGCHLD affecting sleep?

This is fine if you just need it to sleep for around 15 seconds. If you need it to sleep for "exactly" 15 seconds, you will probably want to use Time::HiRes and usleep, and do the elapsed time tracking yourself so you can be sure to get all the sleep you need.

Remember, sleep does not sleep for the exact duration you tell it. It only sleeps for that many wall clock ticks and that could include a fraction of a whole second. Sleep for 1 fractional second 15 times and you could get much less sleep than you need.

Ivan Heffner
Sr. Software Engineer
WhitePages.com, Inc.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-26 07:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found