Events

Wojtek Walczak gminick at hacker.pl
Fri Dec 13 13:22:04 EST 2002


Dnia Fri, 13 Dec 2002 16:27:48 +0000, Tetsuo napisał(a): 
> Can I make Python do something, say, every midnight?
If you really need that, you should use cron or at or sth like that.

> Or stop a
> calculation after one second?
% python
[...]
>>> import signal
>>> print signal.alarm.__doc__
alarm(seconds)

Arrange for SIGALRM to arrive after the given number of seconds.
>>>

Take a look at: <http://python.org/doc/2.2/lib/module-signal.html>.

-- 
[ ] gminick (at) underground.org.pl  http://gminick.linuxsecurity.pl/ [ ]
[ "Po prostu lubie poranna samotnosc, bo wtedy kawa smakuje najlepiej." ]



More information about the Python-list mailing list