[Tutor] time.sleep does not return at turn of the hour!!!

Mohamed Lrhazi mohamed at your-site.com
Sun Nov 7 07:54:44 CET 2004


So sorry... overlooked something:

>> ...
>> while 1:
...

          log.logLine('logStream.refillLines',"%d: Waiting for new 
lines..."%(passe))
          time.sleep(1) #It seems at the turn of the hour, we dont wakeup 
at all from this call!!!
          log.logLine('logStream.refillLines',"%d:  Woke up..."%(passe))
...


It hangs not at sleep but at: log.logLine, which is a class of mine I did 
not check at all!! a lot of stuff going there
I forgot about and which has to do with hour changing...

Sorry again.
Mohamed~


More information about the Tutor mailing list