wasm-demo/demo/ermis-f/python_m/cur/0698

34 lines
1.0 KiB
Plaintext

From: phd at sun.med.ru (Oleg Broytmann)
Date: Wed, 14 Apr 1999 08:04:35 GMT
Subject: real time scheduler
In-Reply-To: <3713AE36.A1EA255B@arlut.utexas.edu>
References: <3713AE36.A1EA255B@arlut.utexas.edu>
Message-ID: <Pine.SOL2.3.96.SK.990414120343.19618D-100000@sun.med.ru>
X-UID: 698
On Tue, 13 Apr 1999, Bryan VanDeVen wrote:
> Is there a module for scheduling events in real time? I have events
> that need to be repeated indefinitely, each at a given time period. The
> periods are large (at least one minute) and precision requirements are
> not that great (within a few seconds). Is anyone aware of code to do
> this?
I saw EventLoop module somewhere on ftp.python.org (or was it
Contributer.html?) Pretty simple, but may be adequate.
> --
> Bryan Van de Ven
> Applied Research Labs
> University of Texas, Austin
>
Oleg.
----
Oleg Broytmann National Research Surgery Centre http://sun.med.ru/~phd/
Programmers don't die, they just GOSUB without RETURN.