On Saturday, 10 March 2012 at 15:19:15 UTC, H. S. Teoh wrote:
Since when is mouse movement a stop-the-world event on Linux?

It's a hardware interrupt. They all work that way. You have
to give a lot of care to handling them very quickly and
not letting them stack up (lest the whole system freeze).

Reply via email to