One hour timeouts in Win2K?

  • Thread starter Thread starter hurroz
  • Start date Start date
H

hurroz

Hi all,

I'm testing a SCSI drive with Win2K and C++. At one point in the test
cycle I have a Sleep call, with a 2 second timeout. This is user-mode
code. This works fine for many cycles, but at some point (after about
four hours and 800 or so cycles), the system becomes unstable (e.g.,
explorer hangs on some windows) and the timeout starts happening at
precisely one hour intervals (I can see that in my log).

Anyone have any ideas where this one hour timeout is coming from? Is
there a secondary timer in the system that goes off every hour?

Thanks,

Hector Urroz
 
None that I know off. You might ask them here.

http://www.microsoft.com/communitie...eea-b99a-41a4-8d11-9ee01d5c3b3d&lang=en&cr=US

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

| Hi all,
|
| I'm testing a SCSI drive with Win2K and C++. At one point in the test
| cycle I have a Sleep call, with a 2 second timeout. This is user-mode
| code. This works fine for many cycles, but at some point (after about
| four hours and 800 or so cycles), the system becomes unstable (e.g.,
| explorer hangs on some windows) and the timeout starts happening at
| precisely one hour intervals (I can see that in my log).
|
| Anyone have any ideas where this one hour timeout is coming from? Is
| there a secondary timer in the system that goes off every hour?
|
| Thanks,
|
| Hector Urroz
|
 
Back
Top