Computer Science, asked by krirarthkaushik4612, 10 months ago

Explain different kinds of online threads

Answers

Answered by imyourayushozv66p
2

Stackexchange

Q and a website

Answered by yoodyannapolis
1

User threads and kernel threads are two kinds of online threats.

Explanation:

User threads:-

  • User threads are provided over the kernel, even kernel help.
  • The thread table is controlled by the running time system.
  • The kernel does not know anything about client level loops and handles them as if they were single thread operations.
  • Application-level threads are introduced in client-level libraries, instead of via system calls.

Kernel threads:-

  • Kernel threads are provided by the OS kernel itself.
  • The kernel knows the threads and controls the processes.
  • In this case, no runtime framework is needed.
  • The operating system kernel offers a system call to build and control threads.

Learn more:-

brainly.in/question/14979901

Similar questions