RE: InaccurateTimeoutWatchdog

2004-03-25 Thread Noel J. Bergman
Thanks. I agree, and made the change. Will show up in 2.2.0a17. --- Noel -Original Message- From: Hontvari Jozsef [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 6:26 To: James Developers List Subject: InaccurateTimeoutWatchdog It seems to me that this line

InaccurateTimeoutWatchdog

2004-03-24 Thread Hontvari Jozsef
It seems to me that this line is not correct: if (timeToSleep 0) { I think it should be =. Otherwise if timeToSleep is (accidentally) 0, the following wait() will wait undefinitely, according to its specification. - To