Re: Running user processes in kernel mode; Java and .NET supportin kernel

From: Lee Revell
Date: Sat Oct 16 2004 - 23:14:53 EST


On Sat, 2004-10-16 at 00:11, Simon Kissane wrote:
> Hi,
>
> I have some ideas, which I think:
> - Wouldn't be too hard to implement,
> - And would give Linux a distinctive advantage over competing
> platforms such as Solaris or Windows, when executing Java or .NET code

Last time I checked Java code still ran a lot slower than the native
equivalent. If you are trying to speed up your Java apps then improving
the JVM would be a much better use of your time.

The kernel is just another program, the same code will run just as fast
in kernel mode as in user mode.

Lee

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