[Tutor] How to open IE7 to a certain URL?
Chris Fuller
cfuller084 at thinkingplanet.net
Sat Mar 1 01:48:02 CET 2008
On Friday 29 February 2008 18:25, Tiger12506 wrote:
> time.sleep is not exactly accurate, so I would suggest that you use this
> method, short 5 minutes or so and then do a sleep(10) or so in a loop to
> get closer to the time.
Another advantage to shorter sleeps is it reduces the latency of anything else
your program needs to do, such as exit gracefully, reschedule the event, or
whatever. Not too short, because that uses more CPU time.
It also makes a difference if the clock gets reset :)
Cheers
More information about the Tutor
mailing list