Mail Archives: djgpp/2003/07/13/15:03:05
> From: atlas_wang AT yahoo DOT com (Wang Yong)
> Newsgroups: comp.os.msdos.djgpp
> Date: 8 Jul 2003 09:21:45 -0700
>
> Normally, the latency is
> less than 6 microseconds, which is really reasonable. However,
> sometimes (in 1 or 2 hours), a very large latency, 30 to 60
> microseconds, can be observed.
Sounds like some code in the BIOS. BIOS is known to disable
interrupts for prolonged periods of time; I've seen similar problems
on occasion. Disk I/O is the usual culprit.
Can you post the details of your system configuration (CONFIG.SYS,
AUTOEXEC.BAT, etc.)?
> And what steps should be strictly foloowed to
> restrain the latency in an acceptable range, such as < 10
> microseconds?
Unfortunately, I didn't find any work-around for this, except to
prevent the relevant BIOS code from running (which is not always
possible, alas).
- Raw text -