Re: Bad MIDI performance : 10ms latency instead of the expected

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 26 Aug 1999 22:04:04 +0100 (BST)


> Is possible to create some thread for this loop inside kernel module?

There is no point

> I don't want to suspend the application execution due to a broken
> hardware. I did some tests with 2.2 kernels (using kernel_thread()) and
> I've not been successful.

It is cheaper for the application thread to spin briefly in kernel space
than to schedule other threads.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/