From: Rudy Moore on
Hi,

I write userland programs (not device drivers) but I think you guys might be
able to help.

Why is my application being interrupted by HalClearSoftwareInterrupt? The
interruptions are slow, only happen after an hour, and only happen in certain
functions. When these certain functions are not called, I am not
interrupted. BTW, these functions are just doing some floating point math
and have nothing to do with hardware.

Thanks,

Rudy
From: Maxim S. Shatskih on
> Why is my application being interrupted by HalClearSoftwareInterrupt?

And why it shouldn't be?

Userland apps can be interrupted by any kernel's activity at kernel's will.
This is by design.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim(a)storagecraft.com
http://www.storagecraft.com

From: Rudy Moore on
"Maxim S. Shatskih" wrote:
> And why it shouldn't be?
>
> Userland apps can be interrupted by any kernel's activity at kernel's will.
> This is by design.

Hi,

Your answer was helpful (but why should it be?)

Does anyone know why HalClearSoftwareInterrupt is interrupting my
application to the point where it slows down noticably?

Chris
From: Maxim S. Shatskih on
> Does anyone know why HalClearSoftwareInterrupt is interrupting my
> application to the point where it slows down noticably?

Slows down noticeably compared to what case?

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim(a)storagecraft.com
http://www.storagecraft.com