sleep?

montanaro at tttech.com montanaro at tttech.com
Wed Jan 23 11:12:21 EST 2002


    Max> is there anything like sleep() but which not blocks the script?  i
    Max> mean like in 10 minutes start that function

Take a look at signal.alarm.  That "rings the bell" so-to-speak.  You will
have to handle the SIGALRM signal yourself.

If you happen to use asyncore to do asynchronous I/O, I just posted a little
alarms module to my website that extends it to allow you to set and handle
multiple alarms.  It's at <http://manatee.mojam.com/~skip/python/>.

-- 
Skip Montanaro (skip at pobox.com - http://www.mojam.com/)




More information about the Python-list mailing list