[quote]The ONLY thing that can slow the mouse pointer down in NT is contention for either graphics card or interrupt whilst in kernel mode. This means that something in Java is grabbing exclusive access for a lengthy period in kernel mode. Not good.
Cas
[/quote]
Historically the worst offender for that sort of thing has been graphics drivers. But i didn’t think they were dearly as bad these days. Unless you have a crappy old Matrox card in there (they were quite bad as I recall).
The mouse pointer is very high priority on NT. And make sure you never choose an animated pointer or you will have even bigger problems - since the pointer animation will run at such a high priority it is impossible for a user process to match it.
That said, I haven’t noticed this pausing problem (yet) on my systems.