Re: Context switch in the kernel processes

Petko Manolov (petkan@spct.net)
Wed, 09 Feb 2000 11:23:56 +0000


Hari Krishna wrote:
>
> Hi,
>
> May be basic, but i would like to know whether the switching
> between two kernel processes ( those which are created by using
> kernel_thread()) is faster than the switching between two user level

No, depends on schedule flags.

> processes(those which are created by using fork())?. Is there any
> advantage for kernel processes?

The process is a part of the kernel and has access to some kernel
resources.

Petkan

-
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/